diff --git a/hosts/dellserv/configuration.nix b/hosts/dellserv/configuration.nix index 7af8a29..f28f549 100644 --- a/hosts/dellserv/configuration.nix +++ b/hosts/dellserv/configuration.nix @@ -61,6 +61,10 @@ PasswordAuthentication = false; KbdInteractiveAuthentication = false; }; + services.openssh.extraConfig = '' + Match User forgejo + PubkeyAcceptedAlgorithms +ssh-ed25519 + ''; ## services.nginx = { ## enable = true;