Monorepo for Tangled tangled.org

nix/modules/knot: block openssh password authentication

Signed-off-by: Seongmin Lee <git@boltless.me>

Changed files
+2
nix
modules
+2
nix/modules/knot.nix
··· 195 Match User ${cfg.gitUser} 196 AuthorizedKeysCommand /etc/ssh/keyfetch_wrapper 197 AuthorizedKeysCommandUser nobody 198 ''; 199 }; 200
··· 195 Match User ${cfg.gitUser} 196 AuthorizedKeysCommand /etc/ssh/keyfetch_wrapper 197 AuthorizedKeysCommandUser nobody 198 + ChallengeResponseAuthentication no 199 + PasswordAuthentication no 200 ''; 201 }; 202