ssh_config
ssh_config
#
ssh客户端配置。
text
# 隧道代理
ProxyCommand nc -x localhost:7890 %h %p
# 跳板代理
ProxyJump host2