CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2015/01/30 04:43:14
Modified files: usr.bin/ssh : readconf.c readconf.h scp.1 sftp.1 ssh.1 ssh_config.5 sshconnect2.c Log message: Add a ssh_config HostbasedKeyType option to control which host public key types are tried during hostbased authentication. This may be used to prevent too many keys being sent to the server, and blowing past its MaxAuthTries limit. bz#2211 based on patch by Iain Morgan; ok markus@