disable ssh passwordAuthentication by default

pull/55/head
Alexander Tomokhov 2023-11-23 11:08:59 +04:00
parent bd6b8a5e75
commit 985aff90d3
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ with lib;
description = '' description = ''
Password authentication for SSH Password authentication for SSH
''; '';
default = true; default = false;
type = types.nullOr types.bool; type = types.nullOr types.bool;
}; };
}; };