From: Christoph Egger Date: Mon, 14 Mar 2016 17:20:07 +0000 (+0100) Subject: Use ed25519 key where possible X-Git-Url: https://git.siccegge.de//index.cgi?p=dotfiles%2Fssh.git;a=commitdiff_plain;h=0f17533a2b956728a450265611741510fa9830e1 Use ed25519 key where possible --- diff --git a/config b/config index 0e21240..64456c8 100644 --- a/config +++ b/config @@ -11,9 +11,15 @@ Host git.faust.ninja Host *.debian.org User christoph VerifyHostKeyDNS yes + PubkeyAcceptedKeyTypes ssh-rsa Host *.sourceforge.net User christophegger + PubkeyAcceptedKeyTypes ssh-rsa + +Host gcc*.fsffrance.org + User christoph + PubkeyAcceptedKeyTypes ssh-rsa Host *.informatik.uni-erlangen.de User siccegge @@ -41,5 +47,6 @@ Host * MACs hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha2-512 KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256 HostKeyAlgorithms ssh-ed25519,ssh-rsa + PubkeyAcceptedKeyTypes ssh-ed25519 FingerprintHash sha256 Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes256-ctr