Heim > Datenbank > MySQL-Tutorial > Linux SSH tunnel access test

Linux SSH tunnel access test

WBOY
Freigeben: 2016-06-07 15:50:04
Original
1303 Leute haben es durchsucht

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

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

Linux SSH tunnel access test


The data can be viewed,

Linux SSH tunnel access test



2, build up the SSH tunnel

ssh root@instructor -L 12345: instructor:80

needs to input the password

Linux SSH tunnel access test

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

Linux SSH tunnel access test

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

captured data:

Linux SSH tunnel access test

Follow TCP Stream:

Linux SSH tunnel access test

Verwandte Etiketten:
Quelle:php.cn
Erklärung dieser Website
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage