summaryrefslogtreecommitdiff
path: root/scp.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 /scp.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 'scp.1')
-rw-r--r--scp.15
1 files changed, 3 insertions, 2 deletions
diff --git a/scp.1 b/scp.1
index b80ad8bfc..0e84780e0 100644
--- a/scp.1
+++ b/scp.1
@@ -8,9 +8,9 @@
8.\" 8.\"
9.\" Created: Sun May 7 00:14:37 1995 ylo 9.\" Created: Sun May 7 00:14:37 1995 ylo
10.\" 10.\"
11.\" $OpenBSD: scp.1,v 1.65 2015/01/26 13:55:29 jmc Exp $ 11.\" $OpenBSD: scp.1,v 1.66 2015/01/30 11:43:14 djm Exp $
12.\" 12.\"
13.Dd $Mdocdate: January 26 2015 $ 13.Dd $Mdocdate: January 30 2015 $
14.Dt SCP 1 14.Dt SCP 1
15.Os 15.Os
16.Sh NAME 16.Sh NAME
@@ -150,6 +150,7 @@ For full details of the options listed below, and their possible values, see
150.It HashKnownHosts 150.It HashKnownHosts
151.It Host 151.It Host
152.It HostbasedAuthentication 152.It HostbasedAuthentication
153.It HostbasedKeyTypes
153.It HostKeyAlgorithms 154.It HostKeyAlgorithms
154.It HostKeyAlias 155.It HostKeyAlias
155.It HostName 156.It HostName