add roaming ssh pubkey
This commit is contained in:
parent
419be69b9c
commit
72e2acdef1
2 changed files with 17 additions and 3 deletions
|
|
@ -83,7 +83,11 @@
|
|||
# Enable the OpenSSH daemon.
|
||||
openssh = {
|
||||
enable = true;
|
||||
settings.PermitRootLogin = "no";
|
||||
settings = {
|
||||
PermitRootLogin = "no";
|
||||
PasswordAuthentication = false;
|
||||
KbdInteractiveAuthentication = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue