dotfiles/.ssh/config

4 lines
171 B
Text
Raw Normal View History

2021-06-25 15:50:48 -04:00
# Generic configuration for all .onion hosts that proxies onion traffic through the local tor service
Host *.onion
ProxyCommand /bin/nc -xlocalhost:9050 -X5 %h %p