summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-12-26 14:24:41 +1100
committerDamien Miller <djm@mindrot.org>1999-12-26 14:24:41 +1100
commit4f0fa56b5d26458e87988729769d79b775547691 (patch)
tree71e90fea770ea3c1e05ff1a296ac736d89c58e55
parentd49621ea530ce976a17ba043eedba137c60bc10a (diff)
- OpenBSD CVS update:
- [ssh-keygen.1 ssh.1] remove ref to .ssh/random_seed, mention .ssh/environment in .Sh FILES, too
-rw-r--r--ChangeLog4
-rw-r--r--ssh-keygen.16
-rw-r--r--ssh.112
3 files changed, 10 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index e6b1695ba..d74b4d00b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,10 @@
7 Unfortunatly there is currently no way to disable auth failure 7 Unfortunatly there is currently no way to disable auth failure
8 messages. Mention this in UPGRADING file and sent message to PAM 8 messages. Mention this in UPGRADING file and sent message to PAM
9 developers 9 developers
10 - OpenBSD CVS update:
11 - [ssh-keygen.1 ssh.1]
12 remove ref to .ssh/random_seed, mention .ssh/environment in
13 .Sh FILES, too
10 14
1119991225 1519991225
12 - More fixes from Andre Lucas <andre.lucas@dial.pipex.com> 16 - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
diff --git a/ssh-keygen.1 b/ssh-keygen.1
index 6975ef9ef..dc244cd78 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -9,7 +9,7 @@
9.\" 9.\"
10.\" Created: Sat Apr 22 23:55:14 1995 ylo 10.\" Created: Sat Apr 22 23:55:14 1995 ylo
11.\" 11.\"
12.\" $Id: ssh-keygen.1,v 1.5 1999/11/17 06:29:08 damien Exp $ 12.\" $Id: ssh-keygen.1,v 1.6 1999/12/26 03:24:41 damien Exp $
13.\" 13.\"
14.Dd September 25, 1999 14.Dd September 25, 1999
15.Dt SSH-KEYGEN 1 15.Dt SSH-KEYGEN 1
@@ -109,10 +109,6 @@ Provides the (old) passphrase.
109.El 109.El
110.Sh FILES 110.Sh FILES
111.Bl -tag -width Ds 111.Bl -tag -width Ds
112.It Pa $HOME/.ssh/random_seed
113Used for seeding the random number generator. This file should not be
114readable by anyone but the user. This file is created the first time
115the program is run, and is updated every time.
116.It Pa $HOME/.ssh/identity 112.It Pa $HOME/.ssh/identity
117Contains the RSA authentication identity of the user. This file 113Contains the RSA authentication identity of the user. This file
118should not be readable by anyone but the user. It is possible to 114should not be readable by anyone but the user. It is possible to
diff --git a/ssh.1 b/ssh.1
index 25e81d6dd..4ddba4a7c 100644
--- a/ssh.1
+++ b/ssh.1
@@ -9,7 +9,7 @@
9.\" 9.\"
10.\" Created: Sat Apr 22 21:55:14 1995 ylo 10.\" Created: Sat Apr 22 21:55:14 1995 ylo
11.\" 11.\"
12.\" $Id: ssh.1,v 1.12 1999/12/13 23:47:16 damien Exp $ 12.\" $Id: ssh.1,v 1.13 1999/12/26 03:24:41 damien Exp $
13.\" 13.\"
14.Dd September 25, 1999 14.Dd September 25, 1999
15.Dt SSH 1 15.Dt SSH 1
@@ -803,12 +803,6 @@ in
803.Pa /etc/ssh/ssh_known_hosts ) . 803.Pa /etc/ssh/ssh_known_hosts ) .
804See 804See
805.Xr sshd 8 . 805.Xr sshd 8 .
806.It Pa $HOME/.ssh/random_seed
807Used for seeding the random number generator. This file contains
808sensitive data and should read/write for the user and not accessible
809for others. This file is created the first time the program is run
810and updated automatically. The user should never need to read or
811modify this file.
812.It Pa $HOME/.ssh/identity 806.It Pa $HOME/.ssh/identity
813Contains the RSA authentication identity of the user. This file 807Contains the RSA authentication identity of the user. This file
814contains sensitive data and should be readable by the user but not 808contains sensitive data and should be readable by the user but not
@@ -939,6 +933,10 @@ started.
939See the 933See the
940.Xr sshd 8 934.Xr sshd 8
941manual page for more information. 935manual page for more information.
936.It Pa $HOME/.ssh/environment
937Contains additional definitions for environment variables, see section
938.Sx ENVIRONMENT
939above.
942.It Pa libcrypto.so.X.1 940.It Pa libcrypto.so.X.1
943A version of this library which includes support for the RSA algorithm 941A version of this library which includes support for the RSA algorithm
944is required for proper operation. 942is required for proper operation.