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