CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/01/18 14:40:24
Modified files:
usr.bin/ssh : hostfile.c hostfile.h
Log message:
introduce hostkeys_foreach() to allow iteration over a
known_hosts file or controlled subset thereof. This will
allow us to pull out some ugly and duplicated code, and
will be used to implement hostkey rotation later.
feedback and ok markus
