CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 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 hostk...@openssh.com 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@