diff options
author | bnewbold <bryan@octopart.com> | 2012-03-06 12:07:43 -0500 |
---|---|---|
committer | bnewbold <bryan@octopart.com> | 2012-03-06 12:07:43 -0500 |
commit | 7021cd93f4630212e5088a2b5c22a49e91631d2c (patch) | |
tree | 3e40111c235d21420f6cba7500b47e155a94163f | |
parent | 42d99fe8467fe391eba2402c4ddb547525857443 (diff) | |
download | openwrt-repro-7021cd93f4630212e5088a2b5c22a49e91631d2c.tar.gz openwrt-repro-7021cd93f4630212e5088a2b5c22a49e91631d2c.zip |
no gearman port
-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 |