Created
August 10, 2020 16:38
-
-
Save ratacibernetica/2ef38a67620d47457fbe690d381b58c3 to your computer and use it in GitHub Desktop.
SSH onion sites
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
# 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