Skip to content

Instantly share code, notes, and snippets.

@AsciiWolf
Last active July 11, 2017 13:42
Show Gist options
  • Save AsciiWolf/9336b1bd7f35447c6ff4536ca1c97d61 to your computer and use it in GitHub Desktop.
Save AsciiWolf/9336b1bd7f35447c6ff4536ca1c97d61 to your computer and use it in GitHub Desktop.
tails ssh config
Host 192.168.*
ProxyCommand connect-proxy %h %p
Host *
ProxyCommand connect-proxy -S localhost:9050 %h %p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment