From d21671121344b6937a9630fdc87c116f0109a974 Mon Sep 17 00:00:00 2001 From: lace <> Date: Wed, 28 Mar 2007 14:50:10 +0000 Subject: [PATCH] Turned off connections sharing. - It is still too broken in current SSH. --- .ssh/config | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.ssh/config b/.ssh/config index 3dd8823..5904544 100644 --- a/.ssh/config +++ b/.ssh/config @@ -3,6 +3,8 @@ Host localhost Compression no Host sebastian.redhat.com +ControlMaster auto +ControlPath /tmp/ssh-%h-%p-%r.sock # Required for: http://intranet.corp.redhat.com/ic/intranet/LWNReminder.html LocalForward 3228 squid.redhat.com:8080 # Looks to be stucking: @@ -88,6 +90,6 @@ RhostsRSAAuthentication no ForwardX11 no ServerAliveInterval 60 StrictHostKeyChecking ask -ControlMaster auto -ControlPath /tmp/ssh-%h-%p-%r.sock +#ControlMaster auto +#ControlPath /tmp/ssh-%h-%p-%r.sock GSSAPIAuthentication no -- 1.8.3.1