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]

相关推荐