From: Christoph Egger Date: Fri, 6 Nov 2015 14:56:39 +0000 (+0100) Subject: Import ssh config X-Git-Url: https://git.siccegge.de//index.cgi?p=dotfiles%2Fssh.git;a=commitdiff_plain;h=ead54e15bbc5e4be6c239e950212849409f2d42e Import ssh config --- ead54e15bbc5e4be6c239e950212849409f2d42e diff --git a/config b/config new file mode 100644 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