summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.523
1 files changed, 22 insertions, 1 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index 3b639b17d..0b2646027 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: sshd_config.5,v 1.59 2006/07/06 10:47:05 djm Exp $ 37.\" $OpenBSD: sshd_config.5,v 1.60 2006/07/12 11:34:58 dtucker Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD_CONFIG 5 39.Dt SSHD_CONFIG 5
40.Os 40.Os
@@ -463,6 +463,27 @@ for data integrity protection.
463Multiple algorithms must be comma-separated. 463Multiple algorithms must be comma-separated.
464The default is: 464The default is:
465.Dq hmac-md5,hmac-sha1,hmac-ripemd160,hmac-sha1-96,hmac-md5-96 . 465.Dq hmac-md5,hmac-sha1,hmac-ripemd160,hmac-sha1-96,hmac-md5-96 .
466.It Cm Match
467Introduces a conditional block. Keywords on lines following a
468.Cm Match
469block are only applied if all of the criteria on the
470.Cm Match
471are satisfied.
472The the arguments to
473.Cm Match
474block are one or more criteria-pattern pairs.
475The available criteria are
476.Cm User ,
477.Cm Host ,
478and
479.Cm Address .
480Only a subset of keywords may be used on the lines following a
481.Cm Match
482keyword.
483Available keywords are
484.Cm AllowTcpForwarding ,
485and
486.Cm GatewayPorts .
466.It Cm MaxAuthTries 487.It Cm MaxAuthTries
467Specifies the maximum number of authentication attempts permitted per 488Specifies the maximum number of authentication attempts permitted per
468connection. 489connection.