CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/02/20 15:17:21
Modified files:
usr.bin/ssh : PROTOCOL clientloop.c monitor.c serverloop.c
ssh.c ssh_config.5 sshd.c
Log message:
UpdateHostKeys fixes:
I accidentally changed the format of the [email protected] messages
last week without changing the extension name, and this has been causing
connection failures for people who are running -current. First reported
by sthen@
s/[email protected]/[email protected]/
Change the name of the proof message too, and reorder it a little.
Also, UpdateHostKeys=ask is incompatible with ControlPersist (no TTY
available to read the response) so disable UpdateHostKeys if it is in
ask mode and ControlPersist is active (and document this)