Fix ssh regular ed25519 key

This commit is contained in:
Jack Mechem 2026-05-01 04:06:06 -07:00
parent a00e05f3e8
commit acc3946d77

View file

@ -61,6 +61,10 @@
PasswordAuthentication = false; PasswordAuthentication = false;
KbdInteractiveAuthentication = false; KbdInteractiveAuthentication = false;
}; };
services.openssh.extraConfig = ''
Match User forgejo
PubkeyAcceptedAlgorithms +ssh-ed25519
'';
## services.nginx = { ## services.nginx = {
## enable = true; ## enable = true;