[ssh.1 sshd.8]
     note that .ssh/environment is only read when
     allowed (PermitUserEnvironment in sshd_config).
     OK markus@
This commit is contained in:
Ben Lindstrom 2002-08-20 18:38:02 +00:00
parent 0a4f7542da
commit dc7adf2670
3 changed files with 19 additions and 5 deletions

View File

@ -5,6 +5,11 @@
Change mm_zalloc() sanity checks to be more in line with what Change mm_zalloc() sanity checks to be more in line with what
we do in calloc() and add a check to monitor_mm.c. we do in calloc() and add a check to monitor_mm.c.
OK provos@ and markus@ OK provos@ and markus@
- 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@
20020813 20020813
- (tim) [configure.ac] Display OpenSSL header/library version. - (tim) [configure.ac] Display OpenSSL header/library version.
@ -1502,4 +1507,4 @@
- (stevesk) entropy.c: typo in debug message - (stevesk) entropy.c: typo in debug message
- (djm) ssh-keygen -i needs seeded RNG; report from markus@ - (djm) ssh-keygen -i needs seeded RNG; report from markus@
$Id: ChangeLog,v 1.2415 2002/08/20 18:36:25 mouring Exp $ $Id: ChangeLog,v 1.2416 2002/08/20 18:38:02 mouring Exp $

9
ssh.1
View File

@ -34,7 +34,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\" .\"
.\" $OpenBSD: ssh.1,v 1.160 2002/06/22 11:51:39 naddy Exp $ .\" $OpenBSD: ssh.1,v 1.161 2002/08/02 16:00:07 marc Exp $
.Dd September 25, 1999 .Dd September 25, 1999
.Dt SSH 1 .Dt SSH 1
.Os .Os
@ -742,7 +742,12 @@ reads
.Pa $HOME/.ssh/environment , .Pa $HOME/.ssh/environment ,
and adds lines of the format and adds lines of the format
.Dq VARNAME=value .Dq VARNAME=value
to the environment. to the environment if the file exists and if users are allowed to
change their environment.
See
.Cm PermitUserEnvironment
in
.Xr sshd_config 5 .
.Sh FILES .Sh FILES
.Bl -tag -width Ds .Bl -tag -width Ds
.It Pa $HOME/.ssh/known_hosts .It Pa $HOME/.ssh/known_hosts

8
sshd.8
View File

@ -34,7 +34,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" 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 .Dd September 25, 1999
.Dt SSHD 8 .Dt SSHD 8
.Os .Os
@ -350,7 +350,11 @@ Sets up basic environment.
.It .It
Reads Reads
.Pa $HOME/.ssh/environment .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 .It
Changes to user's home directory. Changes to user's home directory.
.It .It