summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2015-11-13 04:38:06 +0000
committerDamien Miller <djm@mindrot.org>2015-11-16 11:31:37 +1100
commit9fd04681a1e9b0af21e08ff82eb674cf0a499bfc (patch)
tree9a6b671943aa1f7bddf90a318631b82d102c9ea4 /sshd_config.5
parent94bc0b72c29e511cbbc5772190d43282e5acfdfe (diff)
upstream commit
Support "none" as an argument for sshd_config ForceCommand and ChrootDirectory. Useful inside Match blocks to override a global default. bz#2486 ok dtucker@ Upstream-ID: 7ef478d6592bc7db5c7376fc33b4443e63dccfa5
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.58
1 files changed, 6 insertions, 2 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index 3eb1bb8e0..d94c5f5c0 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -33,7 +33,7 @@
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: sshd_config.5,v 1.214 2015/11/13 02:57:46 djm Exp $ 36.\" $OpenBSD: sshd_config.5,v 1.215 2015/11/13 04:38:06 djm Exp $
37.Dd $Mdocdate: November 13 2015 $ 37.Dd $Mdocdate: November 13 2015 $
38.Dt SSHD_CONFIG 5 38.Dt SSHD_CONFIG 5
39.Os 39.Os
@@ -432,7 +432,9 @@ Misconfiguration can lead to unsafe environments which
432.Xr sshd 8 432.Xr sshd 8
433cannot detect. 433cannot detect.
434.Pp 434.Pp
435The default is not to 435The default is
436.Dq none ,
437indicating not to
436.Xr chroot 2 . 438.Xr chroot 2 .
437.It Cm Ciphers 439.It Cm Ciphers
438Specifies the ciphers allowed for protocol version 2. 440Specifies the ciphers allowed for protocol version 2.
@@ -599,6 +601,8 @@ Specifying a command of
599will force the use of an in-process sftp server that requires no support 601will force the use of an in-process sftp server that requires no support
600files when used with 602files when used with
601.Cm ChrootDirectory . 603.Cm ChrootDirectory .
604The default is
605.Dq none .
602.It Cm GatewayPorts 606.It Cm GatewayPorts
603Specifies whether remote hosts are allowed to connect to ports 607Specifies whether remote hosts are allowed to connect to ports
604forwarded for the client. 608forwarded for the client.