Create SSH tunnel in the background
ssh -f -N -p <port> -L <local_port>:localhost:<destination_port> user@ip
Two Highly Recommended Books
4 years ago
Technical blogs & my crazy stuffs for you...
Create SSH tunnel in the background
ssh -f -N -p <port> -L <local_port>:localhost:<destination_port> user@ip
Posted by Sheeju Alex at 3:40 PM
No comments:
Post a Comment