Skip to content

Instantly share code, notes, and snippets.

@ratacibernetica
Created August 10, 2020 16:38
Show Gist options
  • Save ratacibernetica/2ef38a67620d47457fbe690d381b58c3 to your computer and use it in GitHub Desktop.
Save ratacibernetica/2ef38a67620d47457fbe690d381b58c3 to your computer and use it in GitHub Desktop.
SSH onion sites
# file ~/.ssh/config
# nc command required
Host *.onion
CheckHostIP no
Compression yes
Protocol 2
ProxyCommand nc -X 5 -x 127.0.0.1:9050 %h %p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment