disable password logins for ssh

This commit is contained in:
Andreas Zweili 2022-01-25 19:27:29 +01:00
parent 3629160b01
commit 3e0a302628
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@
openssh = {
enable = true;
permitRootLogin = "no";
passwordAuthentication = false;
};
};