add roaming ssh pubkey

This commit is contained in:
Vinzenz Schroeter 2023-08-27 20:24:57 +02:00
parent 419be69b9c
commit 72e2acdef1
2 changed files with 17 additions and 3 deletions

View file

@ -83,7 +83,11 @@
# Enable the OpenSSH daemon.
openssh = {
enable = true;
settings.PermitRootLogin = "no";
settings = {
PermitRootLogin = "no";
PasswordAuthentication = false;
KbdInteractiveAuthentication = false;
};
};
};