ssh ProxyCommand

User root

Host qdgwbn

HostName 222.173.108.10

Host qdgwbn-web
HostName 10.5.5.116

ProxyCommand ssh qdgwbn nc %h %p 2> /dev/null




#建立qdgwbn-web  服务器443端口到本地8443端口隧道。

#ssh -L8443:127.0.0.1:443 qdgwbn-web  


你可能感兴趣的:(服务器,ssh,user)