CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/10/11 16:12:44
Modified files:
usr.bin/ssh : clientloop.c
Log message:
UpdateHostkeys: better detect manual host entries
Disable UpdateHostkeys if the known_hosts line has more than two
entries in the pattern-list. ssh(1) only writes "host" or "host,ip"
lines so anything else was added by a different tool or by a human.
ok markus@
