Skip to content

Instantly share code, notes, and snippets.

@alvarovm
Created April 22, 2020 02:09
Show Gist options
  • Save alvarovm/4b9b13fdf9601aeba341cc51abee7c44 to your computer and use it in GitHub Desktop.
Save alvarovm/4b9b13fdf9601aeba341cc51abee7c44 to your computer and use it in GitHub Desktop.
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