commit | 46347ed5968f582661e8a70a45f448e0179ca0ab | [log] [tgz] |
---|---|---|
author | djm@openbsd.org <djm@openbsd.org> | Fri Jan 30 11:43:14 2015 +0000 |
committer | Damien Miller <djm@mindrot.org> | Fri Jan 30 22:47:01 2015 +1100 |
tree | 73d7bdde30c7833671bec134d737efb09075bd55 | |
parent | 802660cb70453fa4d230cb0233bc1bbdf8328de1 [diff] |
upstream commit 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@