建设网站 (公司),手机程序编程,公司企业网络维护外包,电商网站如何制作目标服务器#xff1a;111.111.11.11 跳板机#xff1a;100.100.10.10
1. mobaxterm通过跳板机连接服务器
1.1 目标服务器信息 1.2 跳板机信息 1.3 登录
点击登录#xff0c;会输入密码#xff0c;成功 参考#xff1a;https://blog.csdn.net/qq_40636486/article/det…目标服务器111.111.11.11 跳板机100.100.10.10
1. mobaxterm通过跳板机连接服务器
1.1 目标服务器信息 1.2 跳板机信息 1.3 登录
点击登录会输入密码成功 参考https://blog.csdn.net/qq_40636486/article/details/129843631
2. vscode通过跳板机连接服务器
2.1 目标服务器信息
Host machine2HostName 111.111.11.11User test# 以下两行用于指定使用 sshpass 输入密码LocalCommand sshpass -p test1111 ssh -o StrictHostKeyCheckingno %r%hRequestTTY no# 以下这行指定通过跳板机连接ProxyCommand ssh -W %h:%p machine12.2 跳板机信息
Host machine1HostName 100.100.10.10Port 22User test参考https://blog.csdn.net/shuaikang9864/article/details/136872557