]> git.siccegge.de Git - dotfiles/ssh.git/commitdiff
Prefer Curve25519 key exchange
authorChristoph Egger <christoph@christoph-egger.org>
Thu, 11 Feb 2016 15:51:43 +0000 (16:51 +0100)
committerChristoph Egger <christoph@christoph-egger.org>
Thu, 11 Feb 2016 15:51:43 +0000 (16:51 +0100)
config

diff --git a/config b/config
index a57c6002dd2d551c2e9c7a6dd5ba50f31a59e49d..0e21240dca36120b79cf60230c2b5c89d63057b8 100644 (file)
--- a/config
+++ b/config
@@ -39,7 +39,7 @@ Host *
        ControlPersist 30
        ControlPath ~/.ssh/master/%C
        MACs hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha2-512
        ControlPersist 30
        ControlPath ~/.ssh/master/%C
        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
+       KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256
        HostKeyAlgorithms ssh-ed25519,ssh-rsa
        FingerprintHash sha256
        Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes256-ctr
        HostKeyAlgorithms ssh-ed25519,ssh-rsa
        FingerprintHash sha256
        Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes256-ctr