Search 

SSH tcp tunnel 
Monday, March 22, 2010, 11:58
Posted by Administrator
tunnel ssh

ssh client

server : 192.168.0.1
port : 1234

ssh root@192.168.0.1 -L 1234:127.0.0.1:1234

putty


Session
Hostname => 192.168.0.1

Connection -> ssh -> tunnels
Source port => 1234
Destination => 127.0.0.1:1234
ADD

Open


telnet 127.0.0.1 1234 ---> ssh tunnel ---> 127.0.0.1:1234

enjoy

Kl0nEz

1 comment ( 4 views )   |  0 trackbacks   |  permalink   |   ( 3 / 20 )


<<First <Back | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | Next> Last>>