summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-08-20 18:38:02 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-08-20 18:38:02 +0000
commitdc7adf2670bcbb83bf4e95f4f9d6c544efe182cb (patch)
tree4249eafe6cb361a61e6e1e53e4dd9e01c65bbff6 /sshd.8
parent0a4f7542da24b870c3d18bedfcbd4c87aa7ebcd3 (diff)
downloadopenssh-git-dc7adf2670bcbb83bf4e95f4f9d6c544efe182cb.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