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)
- 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 a17e8d5cf..4cdcb7a43 100644
--- a/ssh-keysign.8
+++ b/ssh-keysign.8
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-keysign.8,v 1.7 2003/06/10 09:12:11 jmc Exp $ 1.\" $OpenBSD: ssh-keysign.8,v 1.8 2006/02/24 20:22:16 jmc Exp $
2.\" 2.\"
3.\" Copyright (c) 2002 Markus Friedl. All rights reserved. 3.\" Copyright (c) 2002 Markus Friedl. All rights reserved.
4.\" 4.\"
@@ -27,7 +27,7 @@
27.Os 27.Os
28.Sh NAME 28.Sh NAME
29.Nm ssh-keysign 29.Nm ssh-keysign
30.Nd ssh helper program for hostbased authentication 30.Nd ssh helper program for host-based authentication
31.Sh SYNOPSIS 31.Sh SYNOPSIS
32.Nm 32.Nm
33.Sh DESCRIPTION 33.Sh DESCRIPTION
@@ -35,7 +35,7 @@
35is used by 35is used by
36.Xr ssh 1 36.Xr ssh 1
37to access the local host keys and generate the digital signature 37to access the local host keys and generate the digital signature
38required during hostbased authentication with SSH protocol version 2. 38required during host-based authentication with SSH protocol version 2.
39.Pp 39.Pp
40.Nm 40.Nm
41is disabled by default and can only be enabled in the 41is disabled by default and can only be enabled in the
@@ -53,7 +53,7 @@ See
53.Xr ssh 1 53.Xr ssh 1
54and 54and
55.Xr sshd 8 55.Xr sshd 8
56for more information about hostbased authentication. 56for more information about host-based authentication.
57.Sh FILES 57.Sh FILES
58.Bl -tag -width Ds 58.Bl -tag -width Ds
59.It Pa /etc/ssh/ssh_config 59.It Pa /etc/ssh/ssh_config
@@ -67,7 +67,7 @@ They should be owned by root, readable only by root, and not
67accessible to others. 67accessible to others.
68Since they are readable only by root, 68Since they are readable only by root,
69.Nm 69.Nm
70must be set-uid root if hostbased authentication is used. 70must be set-uid root if host-based authentication is used.
71.El 71.El
72.Sh SEE ALSO 72.Sh SEE ALSO
73.Xr ssh 1 , 73.Xr ssh 1 ,