- OpenBSD CVS update:

- [ssh-keygen.1 ssh.1]
     remove ref to .ssh/random_seed, mention .ssh/environment in
     .Sh FILES, too
This commit is contained in:
Damien Miller 1999-12-26 14:24:41 +11:00
parent d49621ea53
commit 4f0fa56b5d
3 changed files with 10 additions and 12 deletions

View File

@ -7,6 +7,10 @@
Unfortunatly there is currently no way to disable auth failure Unfortunatly there is currently no way to disable auth failure
messages. Mention this in UPGRADING file and sent message to PAM messages. Mention this in UPGRADING file and sent message to PAM
developers developers
- OpenBSD CVS update:
- [ssh-keygen.1 ssh.1]
remove ref to .ssh/random_seed, mention .ssh/environment in
.Sh FILES, too
19991225 19991225
- More fixes from Andre Lucas <andre.lucas@dial.pipex.com> - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>

View File

@ -9,7 +9,7 @@
.\" .\"
.\" Created: Sat Apr 22 23:55:14 1995 ylo .\" Created: Sat Apr 22 23:55:14 1995 ylo
.\" .\"
.\" $Id: ssh-keygen.1,v 1.5 1999/11/17 06:29:08 damien Exp $ .\" $Id: ssh-keygen.1,v 1.6 1999/12/26 03:24:41 damien Exp $
.\" .\"
.Dd September 25, 1999 .Dd September 25, 1999
.Dt SSH-KEYGEN 1 .Dt SSH-KEYGEN 1
@ -109,10 +109,6 @@ Provides the (old) passphrase.
.El .El
.Sh FILES .Sh FILES
.Bl -tag -width Ds .Bl -tag -width Ds
.It Pa $HOME/.ssh/random_seed
Used for seeding the random number generator. This file should not be
readable by anyone but the user. This file is created the first time
the program is run, and is updated every time.
.It Pa $HOME/.ssh/identity .It Pa $HOME/.ssh/identity
Contains the RSA authentication identity of the user. This file Contains the RSA authentication identity of the user. This file
should not be readable by anyone but the user. It is possible to should not be readable by anyone but the user. It is possible to

12
ssh.1
View File

@ -9,7 +9,7 @@
.\" .\"
.\" Created: Sat Apr 22 21:55:14 1995 ylo .\" Created: Sat Apr 22 21:55:14 1995 ylo
.\" .\"
.\" $Id: ssh.1,v 1.12 1999/12/13 23:47:16 damien Exp $ .\" $Id: ssh.1,v 1.13 1999/12/26 03:24:41 damien Exp $
.\" .\"
.Dd September 25, 1999 .Dd September 25, 1999
.Dt SSH 1 .Dt SSH 1
@ -803,12 +803,6 @@ in
.Pa /etc/ssh/ssh_known_hosts ) . .Pa /etc/ssh/ssh_known_hosts ) .
See See
.Xr sshd 8 . .Xr sshd 8 .
.It Pa $HOME/.ssh/random_seed
Used for seeding the random number generator. This file contains
sensitive data and should read/write for the user and not accessible
for others. This file is created the first time the program is run
and updated automatically. The user should never need to read or
modify this file.
.It Pa $HOME/.ssh/identity .It Pa $HOME/.ssh/identity
Contains the RSA authentication identity of the user. This file Contains the RSA authentication identity of the user. This file
contains sensitive data and should be readable by the user but not contains sensitive data and should be readable by the user but not
@ -939,6 +933,10 @@ started.
See the See the
.Xr sshd 8 .Xr sshd 8
manual page for more information. manual page for more information.
.It Pa $HOME/.ssh/environment
Contains additional definitions for environment variables, see section
.Sx ENVIRONMENT
above.
.It Pa libcrypto.so.X.1 .It Pa libcrypto.so.X.1
A version of this library which includes support for the RSA algorithm A version of this library which includes support for the RSA algorithm
is required for proper operation. is required for proper operation.