nix/modules/knot: permit openssh password authentication #852

merged
opened by boltless.me targeting master from sl/umylwomxnvkv

git user password authentication should be permitted by default

Changed files
+2
nix
modules
+2
nix/modules/knot.nix
···
Match User ${cfg.gitUser}
AuthorizedKeysCommand /etc/ssh/keyfetch_wrapper
AuthorizedKeysCommandUser nobody
+
ChallengeResponseAuthentication no
+
PasswordAuthentication no
'';
};