SSH反向代理实现内网穿透,绑定0.0.0.0而不是127.0.0.1

https://blog.csdn.net/u012911347/article/details/80765894

      在使用SSH反向代理的时候,可以从公网ssh localhost连接到内网。这样做需要先登录到公网服务器,因此对于只想要给其他人提供一个跳板的人来说,不希望别人能登录自己的服务器。所以就需要在反向代理的时候,将绑定的端口开放到公网,而非127.0.0.1。所以需要在sshd_config中设置GatewayPorts为yes,这样,可以直接ssh -pxxx就连接到内网了,从而不用在公网服务器登录后再ssh localhost这样操作。

      关于SSH反向代理有很多教程,这里不做太多介绍,类似的命令如:

      autossh -M 20033 -gnfNTR 40221:localhost:22 vl

      vl是我在ssh配置文件中设定的服务器快捷方式。

https://www.cnblogs.com/adislj777/p/6178845.html

https://blog.csdn.net/death_spank/article/details/7403554

    A+
发布日期:2018年07月31日  所属分类:未分类

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: