diff options
Diffstat (limited to 'sshd.8')
-rw-r--r-- | sshd.8 | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -33,8 +33,8 @@ | |||
33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: sshd.8,v 1.265 2012/05/13 01:42:32 dtucker Exp $ | 36 | .\" $OpenBSD: sshd.8,v 1.266 2012/06/18 12:07:07 dtucker Exp $ |
37 | .Dd $Mdocdate: May 13 2012 $ | 37 | .Dd $Mdocdate: June 18 2012 $ |
38 | .Dt SSHD 8 | 38 | .Dt SSHD 8 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -886,7 +886,7 @@ rlogin/rsh. | |||
886 | .It Pa /etc/ssh/ssh_host_dsa_key | 886 | .It Pa /etc/ssh/ssh_host_dsa_key |
887 | .It Pa /etc/ssh/ssh_host_ecdsa_key | 887 | .It Pa /etc/ssh/ssh_host_ecdsa_key |
888 | .It Pa /etc/ssh/ssh_host_rsa_key | 888 | .It Pa /etc/ssh/ssh_host_rsa_key |
889 | These three files contain the private parts of the host keys. | 889 | These files contain the private parts of the host keys. |
890 | These files should only be owned by root, readable only by root, and not | 890 | These files should only be owned by root, readable only by root, and not |
891 | accessible to others. | 891 | accessible to others. |
892 | Note that | 892 | Note that |
@@ -897,7 +897,7 @@ does not start if these files are group/world-accessible. | |||
897 | .It Pa /etc/ssh/ssh_host_dsa_key.pub | 897 | .It Pa /etc/ssh/ssh_host_dsa_key.pub |
898 | .It Pa /etc/ssh/ssh_host_ecdsa_key.pub | 898 | .It Pa /etc/ssh/ssh_host_ecdsa_key.pub |
899 | .It Pa /etc/ssh/ssh_host_rsa_key.pub | 899 | .It Pa /etc/ssh/ssh_host_rsa_key.pub |
900 | These three files contain the public parts of the host keys. | 900 | These files contain the public parts of the host keys. |
901 | These files should be world-readable but writable only by | 901 | These files should be world-readable but writable only by |
902 | root. | 902 | root. |
903 | Their contents should match the respective private parts. | 903 | Their contents should match the respective private parts. |