summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>1999-12-25 13:35:56 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>1999-12-25 13:35:56 +0000
commit76a90480f5b52cd953241c81de97125c3d77a73e (patch)
treef56c963cfdaab225d653b2ef4eb25aa7d77e796e /usr.bin
parent404505178a26493b4c8269409b8f0da0c4e02ab8 (diff)
remove ref to .ssh/random_seed, mention .ssh/environment in .Sh FILES, too
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh/ssh-keygen.16
-rw-r--r--usr.bin/ssh/ssh.112
2 files changed, 6 insertions, 12 deletions
diff --git a/usr.bin/ssh/ssh-keygen.1 b/usr.bin/ssh/ssh-keygen.1
index 7d50025533d..0cb5745bd33 100644
--- a/usr.bin/ssh/ssh-keygen.1
+++ b/usr.bin/ssh/ssh-keygen.1
@@ -9,7 +9,7 @@
.\"
.\" Created: Sat Apr 22 23:55:14 1995 ylo
.\"
-.\" $Id: ssh-keygen.1,v 1.9 1999/11/16 22:49:28 markus Exp $
+.\" $Id: ssh-keygen.1,v 1.10 1999/12/25 13:35:55 markus Exp $
.\"
.Dd September 25, 1999
.Dt SSH-KEYGEN 1
@@ -109,10 +109,6 @@ Provides the (old) passphrase.
.El
.Sh FILES
.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
Contains the RSA authentication identity of the user. This file
should not be readable by anyone but the user. It is possible to
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1
index 167b2efe266..29f51ae49dd 100644
--- a/usr.bin/ssh/ssh.1
+++ b/usr.bin/ssh/ssh.1
@@ -9,7 +9,7 @@
.\"
.\" Created: Sat Apr 22 21:55:14 1995 ylo
.\"
-.\" $Id: ssh.1,v 1.30 1999/12/10 04:19:25 provos Exp $
+.\" $Id: ssh.1,v 1.31 1999/12/25 13:35:55 markus Exp $
.\"
.Dd September 25, 1999
.Dt SSH 1
@@ -803,12 +803,6 @@ in
.Pa /etc/ssh_known_hosts ) .
See
.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
Contains the RSA authentication identity of the user. This file
contains sensitive data and should be readable by the user but not
@@ -939,6 +933,10 @@ started.
See the
.Xr sshd 8
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
A version of this library which includes support for the RSA algorithm
is required for proper operation.