🚑 (hydrogen/system) disable openssh PasswordAuthentication
This commit is contained in:
parent
da7f8386d2
commit
8783665155
|
@ -1,6 +1,7 @@
|
|||
{...}: {
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings.PasswordAuthentication = false;
|
||||
ports = [624];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue