Created
December 7, 2023 19:45
-
-
Save samukasmk/37665624b50b102018676e6f35a9d19d to your computer and use it in GitHub Desktop.
Connecting in SSH by TOR network
This file contains 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
ssh -o "ProxyCommand=nc -X 5 -x 127.0.0.1:9050 %h %p" [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment