1 ~/.ssh/config
# baston host
Host gw
HostName gw.my.net
# server host
Host 10.10.19.*
ProxyJump gw
RequestTTY force
2
本文详细介绍了如何在`.ssh/config`中配置Host别名,如gw.my.net,以及如何使用ProxyJump实现10.10.19.*服务器的代理跳转,同时展示了SSH管理多个远程服务器的便捷方法。
1 ~/.ssh/config
# baston host
Host gw
HostName gw.my.net
# server host
Host 10.10.19.*
ProxyJump gw
RequestTTY force
2
1841
4525

被折叠的 条评论
为什么被折叠?