Update SECURITY.md: mention using the sntrup761x25519-sha512 kex

This commit is contained in:
Jeroen 2022-08-23 11:39:28 +02:00
parent 26b5d4ea7d
commit 779609c930
Signed by: jeroen
GPG Key ID: 7C7028F783798BAB

View File

@ -31,7 +31,7 @@ This Gitea instance is configured following best practices, in order to thwart l
```
Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes256-ctr
KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group18-sha512,diffie-hellman-group16-sha512
KexAlgorithms sntrup761x25519-sha512@openssh.com,curve25519-sha256@libssh.org,diffie-hellman-group18-sha512,diffie-hellman-group16-sha512
MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com
HostKeyAlgorithms ssh-ed25519,ssh-ed25519-cert-v01@openssh.com,rsa-sha2-256,rsa-sha2-512,rsa-sha2-256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com
- The GPG public keys can be found in `signing-keys/`