From ead54e15bbc5e4be6c239e950212849409f2d42e Mon Sep 17 00:00:00 2001 From: Christoph Egger Date: Fri, 6 Nov 2015 15:56:39 +0100 Subject: [PATCH] Import ssh config --- config | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 config 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 -- 2.39.2