From 1385bf610563a8bf0cef252623771daacbd3bc63 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 21 Feb 2023 10:11:30 +0200 Subject: [PATCH] ssh_config: comment ProxyCommand I just keep disabling it anyway so it's more harm than good --- etc/ssh/ssh_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/ssh/ssh_config b/etc/ssh/ssh_config index 37694a8c..6a6084af 100644 --- a/etc/ssh/ssh_config +++ b/etc/ssh/ssh_config @@ -31,7 +31,7 @@ Host * Protocol 2 # Tor through openbsd netcat (Fedora: netcat) - ProxyCommand netcat -X 5 -x localhost:9050 %h %p + #ProxyCommand netcat -X 5 -x localhost:9050 %h %p # Always try public key authentication. PubkeyAuthentication yes