summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.811
1 files changed, 4 insertions, 7 deletions
diff --git a/sshd.8 b/sshd.8
index b19880f0e..fd1f7f02b 100644
--- a/sshd.8
+++ b/sshd.8
@@ -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: sshd.8,v 1.4 1999/10/28 23:17:36 damien Exp $ 12.\" $Id: sshd.8,v 1.5 1999/11/11 00:43:13 damien Exp $
13.\" 13.\"
14.Dd September 25, 1999 14.Dd September 25, 1999
15.Dt SSHD 8 15.Dt SSHD 8
@@ -622,14 +622,11 @@ This file must be readable by root (which may on some machines imply
622it being world-readable if the user's home directory resides on an NFS 622it being world-readable if the user's home directory resides on an NFS
623volume). It is recommended that it not be accessible by others. The 623volume). It is recommended that it not be accessible by others. The
624format of this file is described above. 624format of this file is described above.
625.It Pa /etc/ssh/ssh_known_hosts 625.It Pa "/etc/ssh/ssh_known_hosts" and "$HOME/.ssh/known_hosts"
626This file is consulted when using rhosts with RSA host 626This file is consulted when using rhosts with RSA host
627authentication to check the public key of the host. The key must be 627authentication to check the public key of the host. The key must be
628listed in this file to be accepted. 628listed in one of these files to be accepted.
629.It Pa $HOME/.ssh/known_hosts 629The client uses the same files
630The client uses this file
631and
632.Pa /etc/ssh/ssh_known_hosts
633to verify that the remote host is the one we intended to 630to verify that the remote host is the one we intended to
634connect. These files should be writable only by root/the owner. 631connect. These files should be writable only by root/the owner.
635.Pa /etc/ssh/ssh_known_hosts 632.Pa /etc/ssh/ssh_known_hosts