CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/02/16 15:13:32
Modified files:
usr.bin/ssh : PROTOCOL auth.h clientloop.c kex.h monitor.c
monitor_wrap.c monitor_wrap.h readconf.c
readconf.h serverloop.c ssh_api.c ssh_config.5
sshd.c ssherr.c
Log message:
Revise [email protected] hostkey learning extension.
The client will not ask the server to prove ownership of the private
halves of any hitherto-unseen hostkeys it offers to the client.
Allow UpdateHostKeys option to take an 'ask' argument to let the
user manually review keys offered.
ok markus@