CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/01/24 17:21:08
Modified files:
usr.bin/ssh : clientloop.c hostfile.c ssh.c
Log message:
allow UpdateKnownHosts=yes to function when multiple known_hosts files
are in use. When updating host keys, ssh will now search subsequent
known_hosts files, but will add new/changed host keys to the first
specified file only. bz#2738
ok markus@
