Some older keys still need this algorithm

This commit is contained in:
Daniel Frank 2021-12-23 16:26:33 +01:00
parent bc056c1c40
commit 671bc6f390
Signed by: tokudan
GPG key ID: 063CCCAD04182D32

View file

@ -93,6 +93,7 @@
enable = true; enable = true;
# Only allow login through pubkey # Only allow login through pubkey
passwordAuthentication = false; passwordAuthentication = false;
extraConfig = "PubkeyAcceptedAlgorithms +ssh-rsa";
}; };
# Support mosh connections # Support mosh connections
programs.mosh.enable = true; programs.mosh.enable = true;