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
··· 195 195 Match User ${cfg.gitUser} 196 196 AuthorizedKeysCommand /etc/ssh/keyfetch_wrapper 197 197 AuthorizedKeysCommandUser nobody 198 + ChallengeResponseAuthentication no 199 + PasswordAuthentication no 198 200 ''; 199 201 }; 200 202