From 779609c9308552613dfe351eb1573917e9411e8c Mon Sep 17 00:00:00 2001 From: jeroen Date: Tue, 23 Aug 2022 11:39:28 +0200 Subject: [PATCH] Update SECURITY.md: mention using the sntrup761x25519-sha512 kex --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index 3a241d4..a6abfc6 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -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/`