summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshd.8
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2000-05-03 07:22:10 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2000-05-03 07:22:10 +0000
commit8bb8fd5d9d39be1c8cb077441e7a512617cf44f3 (patch)
tree4b1524413d6f8c25fecb7f28be510e8477ee08ed /usr.bin/ssh/sshd.8
parent16a7f9f494c867244d13b31e8966df48d76db02a (diff)
there is no rhosts_dsa
Diffstat (limited to 'usr.bin/ssh/sshd.8')
-rw-r--r--usr.bin/ssh/sshd.817
1 files changed, 2 insertions, 15 deletions
diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8
index 468b16b0bfe..a903bfa5f77 100644
--- a/usr.bin/ssh/sshd.8
+++ b/usr.bin/ssh/sshd.8
@@ -9,7 +9,7 @@
.\"
.\" Created: Sat Apr 22 21:55:14 1995 ylo
.\"
-.\" $Id: sshd.8,v 1.44 2000/05/02 23:41:31 deraadt Exp $
+.\" $Id: sshd.8,v 1.45 2000/05/03 07:22:09 markus Exp $
.\"
.Dd September 25, 1999
.Dt SSHD 8
@@ -303,9 +303,7 @@ Specifies whether
.Nm
should ignore the user's
.Pa $HOME/.ssh/known_hosts
-and
-.Pa $HOME/.ssh/known_hosts2
-files during
+during
.Cm RhostsRSAAuthentication .
The default is
.Dq no .
@@ -778,17 +776,6 @@ These files should be writable only by root/the owner.
should be world-readable, and
.Pa $HOME/.ssh/known_hosts
can but need not be world-readable.
-.It Pa "/etc/ssh_known_hosts2" and "$HOME/.ssh/known_hosts2"
-These files are consulted when using rhosts with DSA host
-authentication to check the public key of the host.
-The key must be listed in one of these files to be accepted.
-The client uses the same files
-to verify that the remote host is the one we intended to connect.
-These files should be writable only by root/the owner.
-.Pa /etc/ssh_known_hosts
-should be world-readable, and
-.Pa $HOME/.ssh/known_hosts
-can but need not be world-readable.
.It Pa /etc/nologin
If this file exists,
.Nm