Turned off connections sharing.
authorlace <>
Wed, 28 Mar 2007 14:50:10 +0000 (14:50 +0000)
committerlace <>
Wed, 28 Mar 2007 14:50:10 +0000 (14:50 +0000)
 - It is still too broken in current SSH.

.ssh/config

index 3dd8823..5904544 100644 (file)
@@ -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