From 4a05038c2133558256835e659633a596745f651b Mon Sep 17 00:00:00 2001 From: ston1th Date: Wed, 12 Nov 2025 01:06:29 +0100 Subject: [PATCH] update ciphers --- ssh-config.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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