diff options
Diffstat (limited to '.ssh/config')
-rw-r--r-- | .ssh/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ssh/config b/.ssh/config index c1cd5f2..33d9195 100644 --- a/.ssh/config +++ b/.ssh/config @@ -68,7 +68,7 @@ Host cabinet ControlPath ~/.ssh/master-%l-%r@%h:%p ControlMaster auto LocalForward 4999 mypypi:4999 - LocalForward 8730 gearmand0:4730 + #LocalForward 8730 gearmand0:4730 Compression yes ServerAliveInterval 30 Host sandbox |