users: disable password login for users in @wheel #62

Merged
pederbs merged 1 commits from fix-deploy into main 2024-08-14 17:31:09 +02:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit 36a8868f94 - Show all commits

View File

@ -80,6 +80,9 @@
enable = true; enable = true;
extraConfig = '' extraConfig = ''
PubkeyAcceptedAlgorithms=+ssh-rsa PubkeyAcceptedAlgorithms=+ssh-rsa
Match Group wheel
PasswordAuthentication no
Match All
''; '';
settings.PermitRootLogin = "yes"; settings.PermitRootLogin = "yes";
}; };