Created
June 19, 2017 01:30
-
-
Save gbpereira/f4fec205fececae37326ec1a8e415eee to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
LOCAL_PORT=8080 | |
REMOTE_SERVER=destination.server | |
REMOTE_USER=user | |
ssh -D $LOCAL_PORT -f -C -q -N $REMOTE_USER@$REMOTE_SERVER |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment