diff options
author | bnewbold <bnewbold@robocracy.org> | 2012-12-03 03:03:08 +0100 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2012-12-03 03:03:08 +0100 |
commit | e333252054068e98da30544a2d6109e7428acebd (patch) | |
tree | 32693648112d71d8e10226066cb2253fb6acd6ae | |
parent | 8cdf6b11b83c5cf4f8d6af9321b3f0a8f98595b2 (diff) | |
download | openwrt-repro-e333252054068e98da30544a2d6109e7428acebd.tar.gz openwrt-repro-e333252054068e98da30544a2d6109e7428acebd.zip |
backup
-rw-r--r-- | .password.gpg | bin | 600 -> 617 bytes | |||
-rw-r--r-- | .ssh/config | 17 |
2 files changed, 16 insertions, 1 deletions
diff --git a/.password.gpg b/.password.gpg Binary files differindex 47e440b..0a1799e 100644 --- a/.password.gpg +++ b/.password.gpg diff --git a/.ssh/config b/.ssh/config index 0d3beb8..41c6e87 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,3 +1,6 @@ +#Host * +# ProxyCommand connect-proxy -R both -5 -S 10.0.39.187:9999 %h %p + Host sicm HostName planet024.ai.mit.edu User bnewbold @@ -50,7 +53,8 @@ Host adelie Host sniffles #HostName 50.116.57.44 HostName sniffles.rooter.is - Port 484 + #Port 484 + Port 443 User bnewbold ControlPath ~/.ssh/master-%l-%r@%h:%p ControlMaster auto @@ -90,9 +94,18 @@ Host 192.168.0.1 Host 192.168.1.1 StrictHostKeyChecking no UserKnownHostsFile=/dev/null +Host 192.168.0.100 + StrictHostKeyChecking no + UserKnownHostsFile=/dev/null +Host 192.168.0.101 + StrictHostKeyChecking no + UserKnownHostsFile=/dev/null Host torouter StrictHostKeyChecking no UserKnownHostsFile=/dev/null +Host 10.23.42.1 + StrictHostKeyChecking no + UserKnownHostsFile=/dev/null Host 10.249.24.1 StrictHostKeyChecking no UserKnownHostsFile=/dev/null @@ -103,3 +116,5 @@ Host ttt User root HostName 77.188.106.154 Port 484 +Host haip.rooter.is + User root |