diff --git a/Project-Tests/remote.sh b/Project-Tests/remote.sh old mode 100644 new mode 100755 diff --git a/Project-Tests/vm-validation.sh b/Project-Tests/vm-validation.sh old mode 100644 new mode 100755 diff --git a/ProjectCode/ConfigFiles/SSH/Configs/ssh-audit-hardening.conf b/ProjectCode/ConfigFiles/SSH/Configs/ssh-audit-hardening.conf index 150fc83..694dcea 100644 --- a/ProjectCode/ConfigFiles/SSH/Configs/ssh-audit-hardening.conf +++ b/ProjectCode/ConfigFiles/SSH/Configs/ssh-audit-hardening.conf @@ -1,6 +1,6 @@ # Restrict key exchange, cipher, and MAC algorithms, as per sshaudit.com # hardening guide. - KexAlgorithms sntrup761x25519-sha512,sntrup761x25519-sha512@openssh.com,curve25519-sha256,curve25519-sha256@libssh.org,gss-curve25519-sha256-,diffie-hellman-group16-sha512,gss-group16-sha512-,diffie-hellman-group18-sha512,diffie-hellman-group-exchange-sha256 +KexAlgorithms sntrup761x25519-sha512,sntrup761x25519-sha512@openssh.com,curve25519-sha256,curve25519-sha256@libssh.org,gss-curve25519-sha256-,diffie-hellman-group16-sha512,gss-group16-sha512-,diffie-hellman-group18-sha512,diffie-hellman-group-exchange-sha256 Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-gcm@openssh.com,aes128-ctr