[ssh] feat: use bastion.siempie.com as jumphost
This commit is contained in:
parent
006bb014df
commit
021a05bf0e
@ -13,17 +13,11 @@
|
||||
serverAliveInterval = 60;
|
||||
};
|
||||
|
||||
# jumphost
|
||||
"bastion" = {
|
||||
hostname = "192.168.10.55";
|
||||
proxyJump = "do.siempie.com";
|
||||
};
|
||||
|
||||
# siempie lab
|
||||
"*.do.local" = { proxyJump = "bastion"; };
|
||||
"*.hackerboys.internal" = { proxyJump = "bastion"; };
|
||||
"*.siempie.internal" = { proxyJump = "bastion"; };
|
||||
"*.siempie.local" = { proxyJump = "bastion"; };
|
||||
"*.do.local" = { proxyJump = "bastion.siempie.com"; };
|
||||
"*.hackerboys.internal" = { proxyJump = "bastion.siempie.com"; };
|
||||
"*.siempie.internal" = { proxyJump = "bastion.siempie.com"; };
|
||||
"*.siempie.local" = { proxyJump = "bastion.siempie.com"; };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user