后经过google一番,修改 /etc/ssh/sshd_config
GatewayPorts yes
重启一起sshd服务即可。
service sshd restart
本文介绍如何通过修改sshd_config文件中的GatewayPorts参数为yes来启用SSH远程登录功能,并提供了重启sshd服务的方法以使更改生效。
后经过google一番,修改 /etc/ssh/sshd_config
GatewayPorts yes
重启一起sshd服务即可。
service sshd restart

被折叠的 条评论
为什么被折叠?