diff options
author | Damien Miller <djm@mindrot.org> | 2006-07-24 06:05:48 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-07-24 06:05:48 +0200 |
commit | d1de9950e5ae91584aa955a4f85c9c7579aa76af (patch) | |
tree | 19c51d4a04884d30a5a65ceb2340782224e4fa9d /sshd_config.5 | |
parent | - stevesk@cvs.openbsd.org 2006/07/18 22:27:55 (diff) | |
download | openssh-d1de9950e5ae91584aa955a4f85c9c7579aa76af.tar.xz openssh-d1de9950e5ae91584aa955a4f85c9c7579aa76af.zip |
- 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 '')
-rw-r--r-- | sshd_config.5 | 7 |
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 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: sshd_config.5,v 1.65 2006/07/18 08:22:23 dtucker Exp $ +.\" $OpenBSD: sshd_config.5,v 1.66 2006/07/19 08:56:41 dtucker Exp $ .Dd September 25, 1999 .Dt SSHD_CONFIG 5 .Os @@ -485,8 +485,11 @@ keyword. Available keywords are .Cm AllowTcpForwarding , .Cm GatewayPorts , +.Cm PermitOpen , +.Cm X11DisplayOffset , +.Cm X11Forwarding , and -.Cm PermitOpen . +.Cm X11UseLocalHost . .It Cm MaxAuthTries Specifies the maximum number of authentication attempts permitted per connection. |