feat: set SSH_SERVER_KEY_EXCHANGES for forgejo
This commit is contained in:
parent
79a8dda40f
commit
e2ef9e0519
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue