Created
August 10, 2020 16:38
-
-
Save ratacibernetica/e5426fb9ddc928fbd585eb6b86576803 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