CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2020/12/21 17:15:23

Modified files:
        usr.bin/ssh    : readconf.c readconf.h ssh.1 ssh_config.5 
                         sshconnect.c sshconnect.h sshconnect2.c 

Log message:
add a ssh_config KnownHostsCommand that allows the client to obtain
known_hosts data from a command in addition to the usual files.

The command accepts bunch of %-expansions, including details of the
connection and the offered server host key. Note that the command may
be invoked up to three times per connection (see the manpage for
details).

ok markus@

Reply via email to