Skip to content

Instantly share code, notes, and snippets.

@samukasmk
Created December 7, 2023 19:45
Show Gist options
  • Save samukasmk/37665624b50b102018676e6f35a9d19d to your computer and use it in GitHub Desktop.
Save samukasmk/37665624b50b102018676e6f35a9d19d to your computer and use it in GitHub Desktop.
Connecting in SSH by TOR network
ssh -o "ProxyCommand=nc -X 5 -x 127.0.0.1:9050 %h %p" root@your-domain.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment