disable password auth
This commit is contained in:
parent
047e005308
commit
681791baf2
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@
|
||||||
services = {
|
services = {
|
||||||
ntp.enable = true;
|
ntp.enable = true;
|
||||||
openssh.enable = true;
|
openssh.enable = true;
|
||||||
|
openssh.settings.PasswordAuthentication = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
system.stateVersion = "22.11";
|
system.stateVersion = "22.11";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue