summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2015-01-30 11:43:14 +0000
committerDamien Miller <djm@mindrot.org>2015-01-30 22:47:01 +1100
commit46347ed5968f582661e8a70a45f448e0179ca0ab (patch)
tree73d7bdde30c7833671bec134d737efb09075bd55 /ssh.1
parent802660cb70453fa4d230cb0233bc1bbdf8328de1 (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@
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.15
1 files changed, 3 insertions, 2 deletions
diff --git a/ssh.1 b/ssh.1
index 7e734abf0..564921201 100644
--- a/ssh.1
+++ b/ssh.1
@@ -33,8 +33,8 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: ssh.1,v 1.354 2015/01/26 12:16:36 djm Exp $ 36.\" $OpenBSD: ssh.1,v 1.355 2015/01/30 11:43:14 djm Exp $
37.Dd $Mdocdate: January 26 2015 $ 37.Dd $Mdocdate: January 30 2015 $
38.Dt SSH 1 38.Dt SSH 1
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -445,6 +445,7 @@ For full details of the options listed below, and their possible values, see
445.It HashKnownHosts 445.It HashKnownHosts
446.It Host 446.It Host
447.It HostbasedAuthentication 447.It HostbasedAuthentication
448.It HostbasedKeyTypes
448.It HostKeyAlgorithms 449.It HostKeyAlgorithms
449.It HostKeyAlias 450.It HostKeyAlias
450.It HostName 451.It HostName