summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authordjm <djm>2012-06-20 11:52:58 +0000
committerdjm <djm>2012-06-20 11:52:58 +0000
commitd54c1615bc646912379d54e15af24e24a8dc5596 (patch)
tree102de0de8e6405ce78d361a736aa50daff0d78c1 /sshd.8
parentaec424312a6d2725525cf40c3700c8fcda3ba1ea (diff)
downloadopenssh-d54c1615bc646912379d54e15af24e24a8dc5596.tar.gz
- dtucker@cvs.openbsd.org 2012/06/18 12:07:07
[ssh.1 sshd.8] Remove mention of 'three' key files since there are now four. From Steve.McClellan at radisys com.
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.88
1 files changed, 4 insertions, 4 deletions
diff --git a/sshd.8 b/sshd.8
index 6d79c7dd..a1a74d86 100644
--- a/sshd.8
+++ b/sshd.8
@@ -33,8 +33,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: sshd.8,v 1.265 2012/05/13 01:42:32 dtucker Exp $
-.Dd $Mdocdate: May 13 2012 $
+.\" $OpenBSD: sshd.8,v 1.266 2012/06/18 12:07:07 dtucker Exp $
+.Dd $Mdocdate: June 18 2012 $
.Dt SSHD 8
.Os
.Sh NAME
@@ -886,7 +886,7 @@ rlogin/rsh.
.It Pa /etc/ssh/ssh_host_dsa_key
.It Pa /etc/ssh/ssh_host_ecdsa_key
.It Pa /etc/ssh/ssh_host_rsa_key
-These three files contain the private parts of the host keys.
+These 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
@@ -897,7 +897,7 @@ does not start if these files are group/world-accessible.
.It Pa /etc/ssh/ssh_host_dsa_key.pub
.It Pa /etc/ssh/ssh_host_ecdsa_key.pub
.It Pa /etc/ssh/ssh_host_rsa_key.pub
-These three files contain the public parts of the host keys.
+These 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.