Created
April 22, 2020 02:09
-
-
Save alvarovm/4b9b13fdf9601aeba341cc51abee7c44 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
ssh -D 8888 [email protected] | |
Firefox | |
-> Preferences | |
-> Connection Settings | |
->Manual proxy configuration | |
-> SOCKS HOST:localhost | |
-> Port: 8888 | |
Get https://github.com/sshuttle/sshuttle | |
sshuttle -r [email protected] 0.0.0.0/0 -v --dns | |
ssh -L 9998:thehost.com:22 | |
scp -P 9998 localhost: | |
ssh -R remote_port:localhost:local_port thehost.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment