diff options
Diffstat (limited to 'sshd_config.5')
-rw-r--r-- | sshd_config.5 | 15 |
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 |
469 | Specifies whether | 469 | Specifies whether |
470 | .Pa ~/.ssh/environment | 470 | .Pa ~/.ssh/environment |
471 | is read by | 471 | and |
472 | .Nm sshd | ||
473 | and whether | ||
474 | .Cm environment= | 472 | .Cm environment= |
475 | options in | 473 | options in |
476 | .Pa ~/.ssh/authorized_keys | 474 | .Pa ~/.ssh/authorized_keys |
477 | files are permitted. | 475 | are processed by |
476 | .Nm sshd . | ||
478 | The default is | 477 | The default is |
479 | .Dq no . | 478 | .Dq no . |
480 | This option is useful for locked-down installations where | 479 | Enabling environment processing may enable users to bypass access |
481 | .Ev LD_PRELOAD | 480 | restrictions in some configurations using mechanisms such as |
482 | and suchlike can cause security problems. | 481 | .Ev LD_PRELOAD . |
483 | .It Cm PidFile | 482 | .It Cm PidFile |
484 | Specifies the file that contains the process ID of the | 483 | Specifies the file that contains the process ID of the |
485 | .Nm sshd | 484 | .Nm sshd |