diff --git a/SECURITY.md b/SECURITY.md index 5edd6f5..67ec47f 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -29,7 +29,9 @@ This Gitea instance is configured following best practices, in order to thwart l - SSH is hardened (PKI authentication, MFA via hardware tokens). - SSH ciphers are hardened, these are in use: + ``` Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes256-ctr KexAlgorithms 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 + ```