我在使用ssh遠端埠轉發時,即使設定了0.0.0.0,也是監聽127.0.0.1,經過查詢發現:
https://www.cnblogs.com/xuyaowen/p/ssh-remote-forward.html
需要修改sshd中的一項配置:GatewayPorts yes
然後重啟sshd即可。
我在使用ssh遠端埠轉發時,即使設定了0.0.0.0,也是監聽127.0.0.1,經過查詢發現:
https://www.cnblogs.com/xuyaowen/p/ssh-remote-forward.html
需要修改sshd中的一項配置:GatewayPorts yes
然後重啟sshd即可。