summaryrefslogtreecommitdiff
path: root/.ssh
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2015-07-11 12:48:32 -0700
committerMike Crute <mike@crute.us>2015-07-11 12:48:32 -0700
commitcca01b8007dd80587de97b813e11cacc77a6e294 (patch)
tree24eb37af42b9c838665b696bfb5270590bc78d07 /.ssh
parent593d721c2b9ff3929f8fc85fdcd110e2d6479c76 (diff)
downloaddotfiles-cca01b8007dd80587de97b813e11cacc77a6e294.tar.bz2
dotfiles-cca01b8007dd80587de97b813e11cacc77a6e294.tar.xz
dotfiles-cca01b8007dd80587de97b813e11cacc77a6e294.zip
Cleanup ssh config. Don't forward to gogs
Diffstat (limited to '.ssh')
-rw-r--r--.ssh/config15
1 files changed, 1 insertions, 14 deletions
diff --git a/.ssh/config b/.ssh/config
index 5db255a..3792b33 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -1,21 +1,8 @@
1VerifyHostKeyDNS yes 1VerifyHostKeyDNS yes
2ServerAliveInterval 60 2ServerAliveInterval 60
3 3
4Host *.crute.me 4Host snoopy, *.crute.me, !code.crute.me
5 User mcrute 5 User mcrute
6 ForwardAgent yes 6 ForwardAgent yes
7 DynamicForward 9999 7 DynamicForward 9999
8 RemoteForward 1424 localhost:1424 8 RemoteForward 1424 localhost:1424
9
10 # KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256
11 # HostKeyAlgorithms ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ssh-rsa-cert-v00@openssh.com,ssh-ed25519,ssh-rsa
12 # Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr
13 # MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-ripemd160-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,hmac-ripemd160,umac-128@openssh.com
14
15Host snoopy
16 User mcrute
17 ForwardAgent yes
18 RemoteForward 1424 localhost:1424
19 KexAlgorithms diffie-hellman-group-exchange-sha256
20 Ciphers aes256-ctr,aes192-ctr,aes128-ctr
21 MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-ripemd160-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,hmac-ripemd160,umac-128@openssh.com