summaryrefslogtreecommitdiffstats
path: root/.ssh
diff options
context:
space:
mode:
authorbnewbold <bryan@octopart.com>2011-11-17 14:20:38 -0500
committerbnewbold <bryan@octopart.com>2011-12-15 20:02:26 -0500
commit7087b0a3a501b8cb36de3471937c442b1c17181d (patch)
treef79f41f909193454f2cbf49053aa9d10cdd4db11 /.ssh
parent177d5e9800214130afdb276bc7f8a55c845c9aea (diff)
downloadopenwrt-repro-7087b0a3a501b8cb36de3471937c442b1c17181d.tar.gz
openwrt-repro-7087b0a3a501b8cb36de3471937c442b1c17181d.zip
ssh config backup
Diffstat (limited to '.ssh')
-rw-r--r--.ssh/config6
1 files changed, 5 insertions, 1 deletions
diff --git a/.ssh/config b/.ssh/config
index 568589b..0565485 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -68,6 +68,10 @@ Host cabinet
ControlPath ~/.ssh/master-%l-%r@%h:%p
ControlMaster auto
LocalForward 4999 localhost:4999
+ LocalForward 8730 gearmand0:4730
Compression yes
ServerAliveInterval 30
-
+Host sandbox
+ HostName ec2-107-20-247-153.compute-1.amazonaws.com
+ User ubuntu
+ Compression yes