View | Details | Raw Unified | Return to bug 46841
Collapse All | Expand All

(-)sshd.8-modified (-2 / +2 lines)
Lines 569-582 Link Here
569
The file format and configuration options are described in
569
The file format and configuration options are described in
570
.Xr sshd_config 5 .
570
.Xr sshd_config 5 .
571
.It Pa /etc/ssh/ssh_host_key, /etc/ssh/ssh_host_dsa_key
571
.It Pa /etc/ssh/ssh_host_key, /etc/ssh/ssh_host_dsa_key
572
These three files contain the private parts of the host keys.
572
These two files contain the private parts of the host keys.
573
These files should only be owned by root, readable only by root, and not
573
These files should only be owned by root, readable only by root, and not
574
accessible to others.
574
accessible to others.
575
Note that
575
Note that
576
.Nm
576
.Nm
577
does not start if this file is group/world-accessible.
577
does not start if this file is group/world-accessible.
578
.It Pa /etc/ssh/ssh_host_key.pub, /etc/ssh/ssh_host_dsa_key.pub
578
.It Pa /etc/ssh/ssh_host_key.pub, /etc/ssh/ssh_host_dsa_key.pub
579
These three files contain the public parts of the host keys.
579
These two files contain the public parts of the host keys.
580
These files should be world-readable but writable only by
580
These files should be world-readable but writable only by
581
root.
581
root.
582
Their contents should match the respective private parts.
582
Their contents should match the respective private parts.

Return to bug 46841