在使用 bitvise SSH client时,进行隧道S2C端口映射时,远程主机外网不能访问问题。

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/technofiend/article/details/70271585

这里写图片描述

后经过google一番,修改 /etc/ssh/sshd_config

GatewayPorts yes

重启一起sshd服务即可。
service sshd restart

猜你喜欢

转载自blog.csdn.net/technofiend/article/details/70271585