summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authormouring <mouring>2002-08-20 18:38:02 +0000
committermouring <mouring>2002-08-20 18:38:02 +0000
commitde37d03bf8331a86c75396edff80136c27ffa024 (patch)
treeb6bc5df58261bf026d569f1ad444c0c7f1c28c72 /sshd.8
parente85c05538a06efd21d26ec042dd6018095235d18 (diff)
downloadopenssh-de37d03bf8331a86c75396edff80136c27ffa024.tar.gz
- marc@cvs.openbsd.org 2002/08/02 16:00:07
[ssh.1 sshd.8] note that .ssh/environment is only read when allowed (PermitUserEnvironment in sshd_config). OK markus@
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.88
1 files changed, 6 insertions, 2 deletions
diff --git a/sshd.8 b/sshd.8
index 37a7b58f..a098b43c 100644
--- a/sshd.8
+++ b/sshd.8
@@ -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.8,v 1.186 2002/06/22 16:45:29 stevesk Exp $
+.\" $OpenBSD: sshd.8,v 1.187 2002/08/02 16:00:07 marc Exp $
.Dd September 25, 1999
.Dt SSHD 8
.Os
@@ -350,7 +350,11 @@ Sets up basic environment.
.It
Reads
.Pa $HOME/.ssh/environment
-if it exists.
+if it exists and users are allowed to change their environment.
+See
+.Cm PermitUserEnvironment
+in
+.Xr sshd_config 5 .
.It
Changes to user's home directory.
.It