feat: set SSH_SERVER_KEY_EXCHANGES for forgejo

This commit is contained in:
Leyla Becker 2026-04-13 10:14:49 -05:00
parent 79a8dda40f
commit e2ef9e0519

View file

@ -31,6 +31,7 @@
SSH_PORT = 22;
BUILTIN_SSH_SERVER_USER = "git";
ROOT_URL = "https://git.jan-leila.com";
SSH_SERVER_KEY_EXCHANGES = "mlkem768x25519-sha256,curve25519-sha256,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group14-sha256";
};
service = {
DISABLE_REGISTRATION = true;