首页 > 数据库技术 > 详细

Linux SSH tunnel access test

时间:2014-08-23 19:06:01      阅读:358      评论:0      收藏:0      [点我收藏+]

Use the SSH to build up the tunnel access to other computer can make the communication encrypted and secured, tested on the http service by using the SSH tunnel access,

1, use the wireshark to capture the data without the SSH tunnel,  host as 192.168.0.103, remote server as 192.168.0.254

bubuko.com,布布扣


The data can be viewed,

bubuko.com,布布扣



2, build up the SSH tunnel

ssh root@instructor -L 12345: instructor:80

needs to input the password

bubuko.com,布布扣

3, use the tunnel to access the 192.168.0.254, by the input in the firefox as "localhost:12345/pub/rhel6/dvd/GPL", through local address and port 12345

bubuko.com,布布扣

4, use the wireshark to capture the data with SSH tunnel, encrypted, cannot be viewed.

captured data:

bubuko.com,布布扣

Follow TCP Stream:

bubuko.com,布布扣

Linux SSH tunnel access test

原文:http://blog.csdn.net/scruffybear/article/details/38780077

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!