From 283c470d2189e6e5182f508645c3726fff6b9d28 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 7 Oct 2017 13:02:53 +0100 Subject: [PATCH] Deprecated mac --- src/freedombone-utils-ssh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone-utils-ssh b/src/freedombone-utils-ssh index a261c5e5..67367b7b 100755 --- a/src/freedombone-utils-ssh +++ b/src/freedombone-utils-ssh @@ -32,7 +32,7 @@ SSH_PORT=2222 # 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_MACS="hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256" 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"