modify some of the ssh parameters

This commit is contained in:
TheWanderingCrow 2025-01-20 10:00:03 -05:00
parent 8597ea5853
commit a7e6bd392b
4 changed files with 20 additions and 12 deletions

View file

@ -1,5 +1,9 @@
{
services.openssh = {
enable = true;
settings = {
PermitRootLogin = "no";
PasswordAuthentication = false;
};
};
}