summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-07-24 14:05:48 +1000
committerDamien Miller <djm@mindrot.org>2006-07-24 14:05:48 +1000
commitd1de9950e5ae91584aa955a4f85c9c7579aa76af (patch)
tree19c51d4a04884d30a5a65ceb2340782224e4fa9d /sshd_config.5
parentf757d22e8b72b04d5a9228e2075649ded14314db (diff)
- dtucker@cvs.openbsd.org 2006/07/19 08:56:41
[servconf.c sshd_config.5] Add support for X11Forwaring, X11DisplayOffset and X11UseLocalhost to Match. ok djm@
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.57
1 files changed, 5 insertions, 2 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index 02996a2ed..9196b761e 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.65 2006/07/18 08:22:23 dtucker Exp $ 37.\" $OpenBSD: sshd_config.5,v 1.66 2006/07/19 08:56:41 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
@@ -485,8 +485,11 @@ keyword.
485Available keywords are 485Available keywords are
486.Cm AllowTcpForwarding , 486.Cm AllowTcpForwarding ,
487.Cm GatewayPorts , 487.Cm GatewayPorts ,
488.Cm PermitOpen ,
489.Cm X11DisplayOffset ,
490.Cm X11Forwarding ,
488and 491and
489.Cm PermitOpen . 492.Cm X11UseLocalHost .
490.It Cm MaxAuthTries 493.It Cm MaxAuthTries
491Specifies the maximum number of authentication attempts permitted per 494Specifies the maximum number of authentication attempts permitted per
492connection. 495connection.