- 先把要當做 tunnel 跳板的機器
vim /etc/ssh/sshd_config
找到下面選項打成 yes
GatewayPorts yes
- autossh指令
autossh -NR *:欲連入的port:localhost:22 user@remote-machine -p遠端port
ex.
/usr/lib/autossh/autossh -NR *:2299:localhost:22 root@140.128.111.1 -p23344
接著就可以使用
ssh user@remote -p2299 登入
沒有留言:
張貼留言