sshd/algorithms

This commit is contained in:
Marc Beninca 2024-03-04 12:16:38 +01:00
parent 86fb8749e3
commit fb7f4cc2ea
Signed by untrusted user who does not match committer: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -75,11 +75,11 @@ types: rsa/ed25519/…?
# authentication # authentication
AuthorizedKeysFile .ssh/authorized_keys AuthorizedKeysFile .ssh/authorized_keys
ChallengeResponseAuthentication no ChallengeResponseAuthentication no
Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes256-ctr Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com
HostbasedAuthentication no HostbasedAuthentication no
KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256 KexAlgorithms sntrup761x25519-sha512@openssh.com
LoginGraceTime 60 LoginGraceTime 60
MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256 MACs hmac-sha2-512-etm@openssh.com
PasswordAuthentication no PasswordAuthentication no
PermitEmptyPasswords no PermitEmptyPasswords no
PermitRootLogin prohibit-password PermitRootLogin prohibit-password