Wednesday, January 16, 2008

Reverse tunnel with SSH

When you need to create a reverse tunnel with SSH, just use the following:

 
ssh -R PORT_ON_REMOTE_SERVER:localhost:PORT_ON_LOCAL_SERVER -l LOGIN REMOTE_SERVER

No comments: