diff --git a/ssh-config.sh b/ssh-config.sh index 8ad7d32..fe970be 100755 --- a/ssh-config.sh +++ b/ssh-config.sh @@ -23,9 +23,9 @@ HostKey /etc/ssh/ssh_host_ed25519_key HostKey /etc/ssh/ssh_host_rsa_key HostKeyAlgorithms ssh-ed25519,rsa-sha2-512 PubkeyAcceptedAlgorithms ssh-ed25519,rsa-sha2-512 -KexAlgorithms sntrup761x25519-sha512@openssh.com,curve25519-sha256,curve25519-sha256@libssh.org +KexAlgorithms mlkem768x25519-sha256,sntrup761x25519-sha512 Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com -MACs hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com +MACs hmac-sha2-512-etm@openssh.com Compression no PermitRootLogin no ChallengeResponseAuthentication no