Double-hop ssh tunnel
SSH server1->SSH server2->server3:80
ssh -f server1 -L 2000:localhost:2100 ssh server2 -L 2100:server3:80
then use http://localhost:2000 to connect server3:80
ssh -f server1 -L 2000:localhost:2100 ssh server2 -L 2100:server3:80
then use http://localhost:2000 to connect server3:80

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home