CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/10/06 20:26:28
Modified files:
usr.bin/ssh : sshconnect.c
Log message:
Disable UpdateHostkeys when hostkey checking fails
If host key checking fails (i.e. a wrong host key is recorded for the
server) and the user elects to continue (via StrictHostKeyChecking=no),
then disable UpdateHostkeys for the session.
reminded by Mark D. Baushke; ok markus@
