diff options
Diffstat (limited to 'sshd.8')
-rw-r--r-- | sshd.8 | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -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 | |||
622 | it being world-readable if the user's home directory resides on an NFS | 622 | it being world-readable if the user's home directory resides on an NFS |
623 | volume). It is recommended that it not be accessible by others. The | 623 | volume). It is recommended that it not be accessible by others. The |
624 | format of this file is described above. | 624 | format 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" |
626 | This file is consulted when using rhosts with RSA host | 626 | This file is consulted when using rhosts with RSA host |
627 | authentication to check the public key of the host. The key must be | 627 | authentication to check the public key of the host. The key must be |
628 | listed in this file to be accepted. | 628 | listed in one of these files to be accepted. |
629 | .It Pa $HOME/.ssh/known_hosts | 629 | The client uses the same files |
630 | The client uses this file | ||
631 | and | ||
632 | .Pa /etc/ssh/ssh_known_hosts | ||
633 | to verify that the remote host is the one we intended to | 630 | to verify that the remote host is the one we intended to |
634 | connect. These files should be writable only by root/the owner. | 631 | connect. These files should be writable only by root/the owner. |
635 | .Pa /etc/ssh/ssh_known_hosts | 632 | .Pa /etc/ssh/ssh_known_hosts |