mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2025-01-23 17:26:44 +00:00
disable ssh passwordAuthentication by default
This commit is contained in:
parent
bd6b8a5e75
commit
985aff90d3
|
@ -176,7 +176,7 @@ with lib;
|
|||
description = ''
|
||||
Password authentication for SSH
|
||||
'';
|
||||
default = true;
|
||||
default = false;
|
||||
type = types.nullOr types.bool;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue