RHEL4 下ssh在做tunnelling时绑定网卡IP
RHEL4 下ssh在做tunnelling的时绑定网卡IP
ssh -L 192.168.0.1:8080:example.com:80 example.com
错误信息: Bad forwarding specification '192.168.0.1:8080:example.com:80'
试过 -b 192.168.0.1, 还是绑定到了127.0.0.1.
--------------------------------
我发现在Ubuntu 中openssh-clients4.5 直接支持[-L [bind_address:]port:host:hostport]
ssh -L 192.168.0.1:8080:example.com:80 example.com
错误信息: Bad forwarding specification '192.168.0.1:8080:example.com:80'
试过 -b 192.168.0.1, 还是绑定到了127.0.0.1.
--------------------------------
我发现在Ubuntu 中openssh-clients4.5 直接支持[-L [bind_address:]port:host:hostport]
相关推荐
sshong 2020-06-12
airfish000 2020-09-11
projava 2020-11-14
WanKaShing 2020-11-12
tryfind 2020-09-14
yegen00 2020-09-10
kkaazz 2020-09-03
风语者 2020-09-02
BraveWangDev 2020-08-19
lichuanlong00 2020-08-15
gsl 2020-08-15
pandaphinex 2020-08-09
yhuihon 2020-08-09
CheNorton 2020-08-02
xiangqiao 2020-07-28
hpujsj 2020-07-26
hpujsj 2020-07-26
sshong 2020-07-19