diff options
author | mouring <mouring> | 2002-08-20 18:38:02 +0000 |
---|---|---|
committer | mouring <mouring> | 2002-08-20 18:38:02 +0000 |
commit | de37d03bf8331a86c75396edff80136c27ffa024 (patch) | |
tree | b6bc5df58261bf026d569f1ad444c0c7f1c28c72 /sshd.8 | |
parent | e85c05538a06efd21d26ec042dd6018095235d18 (diff) | |
download | openssh-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.8 | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 |