[ssh] feat: added bastion hosts
This commit is contained in:
parent
8e7699f31b
commit
84f2cd260c
@ -13,11 +13,17 @@
|
|||||||
serverAliveInterval = 60;
|
serverAliveInterval = 60;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# jumphost
|
||||||
|
"bastion" = {
|
||||||
|
hostname = "192.168.10.55";
|
||||||
|
proxyJump = "do.siempie.com"
|
||||||
|
};
|
||||||
|
|
||||||
# siempie lab
|
# siempie lab
|
||||||
"*.do.local" = { proxyJump = "siempie.com"; };
|
"*.do.local" = { proxyJump = "bastion"; };
|
||||||
"*.hackerboys.internal" = { proxyJump = "siempie.com"; };
|
"*.hackerboys.internal" = { proxyJump = "bastion"; };
|
||||||
"*.siempie.internal" = { proxyJump = "siempie.com"; };
|
"*.siempie.internal" = { proxyJump = "bastion"; };
|
||||||
"*.siempie.local" = { proxyJump = "siempie.com"; };
|
"*.siempie.local" = { proxyJump = "bastion"; };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user