From 1d4940ecf0fa0b5defbeea360564738287defbda Mon Sep 17 00:00:00 2001 From: lickthecheese Date: Tue, 24 Sep 2019 18:43:59 -0400 Subject: [PATCH] ssh config --- .ssh/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ssh/config b/.ssh/config index 5bfd3e5..32d5485 100644 --- a/.ssh/config +++ b/.ssh/config @@ -3,4 +3,4 @@ AddKeysToAgent yes Host git-tor-alias User gitserv HostName ltcpiz23dznrv62p.onion -ProxyCommand nc -X 5 -x 127.0.0.1:9050 %h %p +ProxyCommand nc -x 127.0.0.1:9050 %h %p