summaryrefslogtreecommitdiff
path: root/ssh-keysign.8
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-15 11:55:31 +1100
committerDamien Miller <djm@mindrot.org>2006-03-15 11:55:31 +1100
commit1faa7133233075776c83a71b427d19e35790280e (patch)
tree949f039e871a86e7689a93a78be36101bd2f59f3 /ssh-keysign.8
parentc7d5b5e4662b5c4d78639b9bfed642917f775da4 (diff)
downloadopenssh-git-1faa7133233075776c83a71b427d19e35790280e.tar.gz
- jmc@cvs.openbsd.org 2006/02/24 20:22:16
[ssh-keysign.8 ssh_config.5 sshd_config.5] some consistency fixes;
Diffstat (limited to 'ssh-keysign.8')
-rw-r--r--ssh-keysign.810
1 files changed, 5 insertions, 5 deletions
diff --git a/ssh-keysign.8 b/ssh-keysign.8
index a17e8d5c..4cdcb7a4 100644
--- a/ssh-keysign.8
+++ b/ssh-keysign.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ssh-keysign.8,v 1.7 2003/06/10 09:12:11 jmc Exp $
+.\" $OpenBSD: ssh-keysign.8,v 1.8 2006/02/24 20:22:16 jmc Exp $
.\"
.\" Copyright (c) 2002 Markus Friedl. All rights reserved.
.\"
@@ -27,7 +27,7 @@
.Os
.Sh NAME
.Nm ssh-keysign
-.Nd ssh helper program for hostbased authentication
+.Nd ssh helper program for host-based authentication
.Sh SYNOPSIS
.Nm
.Sh DESCRIPTION
@@ -35,7 +35,7 @@
is used by
.Xr ssh 1
to access the local host keys and generate the digital signature
-required during hostbased authentication with SSH protocol version 2.
+required during host-based authentication with SSH protocol version 2.
.Pp
.Nm
is disabled by default and can only be enabled in the
@@ -53,7 +53,7 @@ See
.Xr ssh 1
and
.Xr sshd 8
-for more information about hostbased authentication.
+for more information about host-based authentication.
.Sh FILES
.Bl -tag -width Ds
.It Pa /etc/ssh/ssh_config
@@ -67,7 +67,7 @@ They should be owned by root, readable only by root, and not
accessible to others.
Since they are readable only by root,
.Nm
-must be set-uid root if hostbased authentication is used.
+must be set-uid root if host-based authentication is used.
.El
.Sh SEE ALSO
.Xr ssh 1 ,