From bb08ab258f5af9479016a8c4ddc59ea2ad38195f Mon Sep 17 00:00:00 2001 From: Jean-Pierre PRUNARET Date: Fri, 5 Jan 2018 21:27:12 +0100 Subject: [PATCH] =?UTF-8?q?ssh:=20ordre=20de=20param=C3=A9trage=20du=20cli?= =?UTF-8?q?ent=20SSH?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configuration/environment.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/environment.nix b/configuration/environment.nix index 274fb79..b99bd7d 100644 --- a/configuration/environment.nix +++ b/configuration/environment.nix @@ -60,7 +60,7 @@ in # Host keys the client accepts - order here is honored by OpenSSH HostKeyAlgorithms ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ssh-ed25519,ssh-rsa,ecdsa-sha2-nistp521-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp521,ecdsa-sha2-nistp384,ecdsa-sha2-nistp256 - KexAlgorithms curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp256,ecdh-sha2-nistp384,diffie-hellman-group-exchange-sha256 + KexAlgorithms curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group-exchange-sha256 MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,umac-128@openssh.com Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr '';