From 0641d290c616ff1bb0436f4f7ab55a952532ff77 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 14 Jun 2017 14:00:21 +0100 Subject: [PATCH] ssh crypto settings from bettercrypto.org --- src/freedombone-utils-ssh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/freedombone-utils-ssh b/src/freedombone-utils-ssh index b0582030..4d5fdc7f 100755 --- a/src/freedombone-utils-ssh +++ b/src/freedombone-utils-ssh @@ -30,10 +30,10 @@ SSH_PORT=2222 -# Settings from bettercrypto.org -SSH_CIPHERS="aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes128-ctr" +# Settings from bettercrypto.org openssh 6.6+ +SSH_CIPHERS="chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes128-ctr" SSH_MACS="hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,hmac-ripemd160" -SSH_KEX="diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha1" +SSH_KEX="curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha1" SSH_HOST_KEY_ALGORITHMS="ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ssh-rsa-cert-v00@openssh.com,ssh-ed25519,ssh-rsa" function configure_ssh {