










before:
Windows
│
├──X──► 192.168.165.128:7156
│
Ubuntu
after:
Windows
localhost:17156
│
▼
SSH Tunnel
▼
Ubuntu
127.0.0.1:7156
***@***-VMware-Virtual-Platform:~$ hostname -I
192.168.165.128 172.20.0.1 172.17.0.1 172.19.0.1 172.18.0.1 172.21.0.1 fd00::1
find ubuntu-ip-address:192.168.165.128
ssh -N \
-L 127.0.0.1:17156:127.0.0.1:7156 \
-o ExitOnForwardFailure=yes \
-o ServerAliveInterval=30 \
[ubuntu-user-name]@[ubuntu-ip-address]
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。