CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/12/16 01:32:50
Modified files:
usr.bin/ssh : monitor.c monitor.h servconf.c servconf.h
srclimit.c srclimit.h sshd-session.c sshd.c
sshd_config.5
Log message:
Add 'invaliduser' penalty to PerSourcePenalties, which is applied
to login attempts for usernames that do not match real accounts.
Defaults to 5s to match 'authfail' but allows administrators to
block such sources for longer if desired. with & ok djm@
