Skip to content

Instantly share code, notes, and snippets.

@latekvo
Created February 21, 2026 00:19
Show Gist options
  • Select an option

  • Save latekvo/aeab43f1e75017c4e394b193deccb161 to your computer and use it in GitHub Desktop.

Select an option

Save latekvo/aeab43f1e75017c4e394b193deccb161 to your computer and use it in GitHub Desktop.
.ssh/config
Host *.onion
ProxyCommand nc -x localhost:9050 %h %p
@latekvo
Copy link
Author

latekvo commented Feb 21, 2026

Enables tor connections. Requires tor daemon running on 9050 (default)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment