Monorepo for Tangled
0

Configure Feed

Select the types of activity you want to include in your feed.

nix/modules/knot: block openssh password authentication

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

author
Seongmin Lee
committer
Tangled
date (Dec 5, 2025, 3:10 PM UTC) commit 7dea751c parent ec98937d change-id umylwomx
+2
+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