Some older keys still need this algorithm
This commit is contained in:
parent
bc056c1c40
commit
671bc6f390
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue