]> git.siccegge.de Git - dotfiles/ssh.git/commitdiff
Import ssh config
authorChristoph Egger <christoph@christoph-egger.org>
Fri, 6 Nov 2015 14:56:39 +0000 (15:56 +0100)
committerChristoph Egger <christoph@christoph-egger.org>
Fri, 6 Nov 2015 14:56:39 +0000 (15:56 +0100)
config [new file with mode: 0644]

diff --git a/config b/config
new file mode 100644 (file)
index 0000000..c56485d
--- /dev/null
+++ b/config
@@ -0,0 +1,40 @@
+HashKnownHosts no
+ServerAliveInterval 300
+ControlMaster=auto
+MACs hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha2-512
+KexAlgorithms diffie-hellman-group-exchange-sha256,curve25519-sha256@libssh.org
+HostKeyAlgorithms ssh-ed25519,ssh-rsa
+FingerprintHash sha256
+Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes256-ctr
+
+Host git.siccegge.de
+       User git
+       VerifyHostKeyDNS yes
+
+Host git.faust.ninja
+       User git
+       VerifyHostKeyDNS yes
+
+Host *.debian.org
+       User christoph
+       VerifyHostKeyDNS yes
+
+Host *.sourceforge.net
+       User christophegger
+
+Host *.informatik.uni-erlangen.de
+       User siccegge
+
+Host *.cs.fau.de
+       User siccegge
+
+Host *.siccegge.de
+       User christoph
+       VerifyHostKeyDNS yes
+
+Host *.sieglitzhof.net
+       User christoph
+       VerifyHostKeyDNS yes
+
+Host *.faust.ninja
+       VerifyHostKeyDNS yes