diff --git a/etc/ssh/ssh_config b/etc/ssh/ssh_config index 2f32b37d..7efa65cb 100644 --- a/etc/ssh/ssh_config +++ b/etc/ssh/ssh_config @@ -30,6 +30,9 @@ Host * LogLevel VERBOSE Protocol 2 + # Tor through openbsd netcat (Fedora: netcat) + ProxyCommand netcat -X 5 -x localhost:9050 %h %p + # Always try public key authentication. PubkeyAuthentication yes