summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-08-20 18:54:20 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-08-20 18:54:20 +0000
commitbd9bf38b00f14098f51b965ba72a4e8fe5877607 (patch)
tree99ae388ad933ae123d8be89ec5f06cdc36dd22f7 /sshd.8
parent15b6120e633fb1d66fbcbac3d5c7352d79ddbc20 (diff)
- stevesk@cvs.openbsd.org 2002/08/12 17:30:35
[ssh.1 sshd.8 sshd_config.5] more PermitUserEnvironment; ok markus@
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.814
1 files changed, 11 insertions, 3 deletions
diff --git a/sshd.8 b/sshd.8
index a098b43ca..769c74224 100644
--- a/sshd.8
+++ b/sshd.8
@@ -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.8,v 1.187 2002/08/02 16:00:07 marc Exp $ 37.\" $OpenBSD: sshd.8,v 1.188 2002/08/12 17:30:35 stevesk Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -351,9 +351,9 @@ Sets up basic environment.
351Reads 351Reads
352.Pa $HOME/.ssh/environment 352.Pa $HOME/.ssh/environment
353if it exists and users are allowed to change their environment. 353if it exists and users are allowed to change their environment.
354See 354See the
355.Cm PermitUserEnvironment 355.Cm PermitUserEnvironment
356in 356option in
357.Xr sshd_config 5 . 357.Xr sshd_config 5 .
358.It 358.It
359Changes to user's home directory. 359Changes to user's home directory.
@@ -462,6 +462,10 @@ logging in using this key.
462Environment variables set this way 462Environment variables set this way
463override other default environment values. 463override other default environment values.
464Multiple options of this type are permitted. 464Multiple options of this type are permitted.
465Environment processing is disabled by default and is
466controlled via the
467.Cm PermitUserEnvironment
468option.
465This option is automatically disabled if 469This option is automatically disabled if
466.Cm UseLogin 470.Cm UseLogin
467is enabled. 471is enabled.
@@ -702,6 +706,10 @@ It can only contain empty lines, comment lines (that start with
702and assignment lines of the form name=value. 706and assignment lines of the form name=value.
703The file should be writable 707The file should be writable
704only by the user; it need not be readable by anyone else. 708only by the user; it need not be readable by anyone else.
709Environment processing is disabled by default and is
710controlled via the
711.Cm PermitUserEnvironment
712option.
705.It Pa $HOME/.ssh/rc 713.It Pa $HOME/.ssh/rc
706If this file exists, it is run with /bin/sh after reading the 714If this file exists, it is run with /bin/sh after reading the
707environment files but before starting the user's shell or command. 715environment files but before starting the user's shell or command.