summaryrefslogtreecommitdiff
path: root/.ssh
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2017-02-16 12:57:33 -0800
committerMike Crute <mike@crute.us>2017-02-16 12:57:33 -0800
commitf242c2a090eab27990a0ce05472b976c9bda835d (patch)
treead50708dc3061432ad2b4fe44e4250c835428283 /.ssh
parent6bb8409809ded9f1204083330720b464ac3f2843 (diff)
downloaddotfiles-f242c2a090eab27990a0ce05472b976c9bda835d.tar.bz2
dotfiles-f242c2a090eab27990a0ce05472b976c9bda835d.tar.xz
dotfiles-f242c2a090eab27990a0ce05472b976c9bda835d.zip
Add home ssh commands
Diffstat (limited to '.ssh')
-rw-r--r--.ssh/home15
1 files changed, 15 insertions, 0 deletions
diff --git a/.ssh/home b/.ssh/home
new file mode 100644
index 0000000..773063c
--- /dev/null
+++ b/.ssh/home
@@ -0,0 +1,15 @@
1VerifyHostKeyDNS yes
2ServerAliveInterval 60
3GSSAPIAuthentication no
4UseRoaming no
5
6Host home.crute.me
7 Hostname mcrute-virt.sea1.crute.me
8 User mcrute
9 ForwardAgent yes
10 DynamicForward 9999
11 RemoteForward 1424 localhost:1424
12 ProxyCommand ssh -p 4321 -W %h:%p mcrute@gateway-1.us-west-2.crute.me
13
14Host code.crute.me
15 ProxyCommand ssh -W %h:%p -p 4321 -l mcrute gateway-1.us-west-2.crute.me