From b350e525e665aaf392ff194e34505af18620c9c8 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 10 Oct 2022 23:00:16 +0300 Subject: [PATCH] etc/ssh/ssh_config: torify ssh --- etc/ssh/ssh_config | 3 +++ 1 file changed, 3 insertions(+) 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