码迷,mamicode.com
首页 > 系统相关 > 详细

【原创】Linux基础之SSH隧道/端口转发

时间:2019-01-28 19:19:38      阅读:264      评论:0      收藏:0      [点我收藏+]

标签:windows   技术分享   serve   block   linux   image   访问   linu   linux基础   

格式

ssh -L <local port>:<remote host>:<remote port> <SSH servername>

示例

# ssh -L 3307:$server2:3306 user@$server1

实现的效果是使用user登录$server1之后建立本地3307端口到远程$server2:3306端口的隧道,通过访问本地3307端口访问远程$server2:3306端口,前提是$server1可以访问$server2:3306端口;

 

windows xshell这样配置

技术分享图片

 

技术分享图片

 

【原创】Linux基础之SSH隧道/端口转发

标签:windows   技术分享   serve   block   linux   image   访问   linu   linux基础   

原文地址:https://www.cnblogs.com/barneywill/p/10331354.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!