Tuesday, May 12, 2009

Create SSH tunnel in the background

Create SSH tunnel in the background
ssh -f -N -p <port> -L <local_port>:localhost:<destination_port> user@ip

No comments: