summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.515
1 files changed, 7 insertions, 8 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index fcebbede9..0c799bfe8 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.8 2002/08/09 17:41:12 stevesk Exp $ 37.\" $OpenBSD: sshd_config.5,v 1.9 2002/08/12 17:30:35 stevesk 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
@@ -468,18 +468,17 @@ root is not allowed to login.
468.It Cm PermitUserEnvironment 468.It Cm PermitUserEnvironment
469Specifies whether 469Specifies whether
470.Pa ~/.ssh/environment 470.Pa ~/.ssh/environment
471is read by 471and
472.Nm sshd
473and whether
474.Cm environment= 472.Cm environment=
475options in 473options in
476.Pa ~/.ssh/authorized_keys 474.Pa ~/.ssh/authorized_keys
477files are permitted. 475are processed by
476.Nm sshd .
478The default is 477The default is
479.Dq no . 478.Dq no .
480This option is useful for locked-down installations where 479Enabling environment processing may enable users to bypass access
481.Ev LD_PRELOAD 480restrictions in some configurations using mechanisms such as
482and suchlike can cause security problems. 481.Ev LD_PRELOAD .
483.It Cm PidFile 482.It Cm PidFile
484Specifies the file that contains the process ID of the 483Specifies the file that contains the process ID of the
485.Nm sshd 484.Nm sshd