diff options
author | trhodes <trhodes@FreeBSD.org> | 2003-02-05 02:14:03 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2003-02-05 02:14:03 +0000 |
commit | 914d9fc8a8a96b9270275e4aa0a60882ba661e91 (patch) | |
tree | dc44b9b14c9d42c337acae6cf46cdc81e2a981f8 /crypto | |
parent | 22a1b720c108d485855437d1036c4a29ab44ae0e (diff) | |
download | FreeBSD-src-914d9fc8a8a96b9270275e4aa0a60882ba661e91.zip FreeBSD-src-914d9fc8a8a96b9270275e4aa0a60882ba661e91.tar.gz |
The manual page lists only 2 files, however it reads as `three files' which is
obviously incorrect.
PR: 46841
Submitted by: Sakamoto Seiji <s-siji@hyper.ocn.ne.jp>
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/openssh/sshd.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssh/sshd.8 b/crypto/openssh/sshd.8 index 32d67f6..4e00579 100644 --- a/crypto/openssh/sshd.8 +++ b/crypto/openssh/sshd.8 @@ -569,14 +569,14 @@ Contains configuration data for The file format and configuration options are described in .Xr sshd_config 5 . .It Pa /etc/ssh/ssh_host_key, /etc/ssh/ssh_host_dsa_key -These three files contain the private parts of the host keys. +These two files contain the private parts of the host keys. These files should only be owned by root, readable only by root, and not accessible to others. Note that .Nm does not start if this file is group/world-accessible. .It Pa /etc/ssh/ssh_host_key.pub, /etc/ssh/ssh_host_dsa_key.pub -These three files contain the public parts of the host keys. +These two files contain the public parts of the host keys. These files should be world-readable but writable only by root. Their contents should match the respective private parts. |