Skip to content

Instantly share code, notes, and snippets.

@9to6
Last active September 1, 2018 08:33
Show Gist options
  • Save 9to6/2f61bacc7554d9b00aeaef0122e4a390 to your computer and use it in GitHub Desktop.
Save 9to6/2f61bacc7554d9b00aeaef0122e4a390 to your computer and use it in GitHub Desktop.
ssh tunneling without vpn
#!/bin/bash
# https://www.digitalocean.com/community/tutorials/how-to-route-web-traffic-securely-without-a-vpn-using-a-socks-tunnel
ssh -D 8123 -f -C -q -N ktg@10.1.1.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment