disable ssh passwordAuthentication by default
This commit is contained in:
@@ -176,7 +176,7 @@ with lib;
|
||||
description = ''
|
||||
Password authentication for SSH
|
||||
'';
|
||||
default = true;
|
||||
default = false;
|
||||
type = types.nullOr types.bool;
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user