summaryrefslogtreecommitdiff
path: root/ssh-keysign.8
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-08-31 22:31:14 +1000
committerDamien Miller <djm@mindrot.org>2010-08-31 22:31:14 +1000
commitafdae616354e19d2b420fd533ddc2099de4c404c (patch)
treecc3f87dd6f41b0228426563d5febd5723e21be27 /ssh-keysign.8
parent6889abd9ad3cf0ec9a136b9ece71373c05087e38 (diff)
- jmc@cvs.openbsd.org 2010/08/08 19:36:30
[ssh-keysign.8 ssh.1 sshd.8] use the same template for all FILES sections; i.e. -compact/.Pp where we have multiple items, and .Pa for path names;
Diffstat (limited to 'ssh-keysign.8')
-rw-r--r--ssh-keysign.814
1 files changed, 9 insertions, 5 deletions
diff --git a/ssh-keysign.8 b/ssh-keysign.8
index 46c0ee9cd..2e47f1203 100644
--- a/ssh-keysign.8
+++ b/ssh-keysign.8
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-keysign.8,v 1.10 2010/08/04 05:42:47 djm Exp $ 1.\" $OpenBSD: ssh-keysign.8,v 1.11 2010/08/08 19:36:30 jmc Exp $
2.\" 2.\"
3.\" Copyright (c) 2002 Markus Friedl. All rights reserved. 3.\" Copyright (c) 2002 Markus Friedl. All rights reserved.
4.\" 4.\"
@@ -22,7 +22,7 @@
22.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 22.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24.\" 24.\"
25.Dd $Mdocdate: August 4 2010 $ 25.Dd $Mdocdate: August 8 2010 $
26.Dt SSH-KEYSIGN 8 26.Dt SSH-KEYSIGN 8
27.Os 27.Os
28.Sh NAME 28.Sh NAME
@@ -55,12 +55,14 @@ and
55.Xr sshd 8 55.Xr sshd 8
56for more information about host-based authentication. 56for more information about host-based authentication.
57.Sh FILES 57.Sh FILES
58.Bl -tag -width Ds 58.Bl -tag -width Ds -compact
59.It Pa /etc/ssh/ssh_config 59.It Pa /etc/ssh/ssh_config
60Controls whether 60Controls whether
61.Nm 61.Nm
62is enabled. 62is enabled.
63.It Pa /etc/ssh/ssh_host_dsa_key, /etc/ssh/ssh_host_rsa_key 63.Pp
64.It Pa /etc/ssh/ssh_host_dsa_key
65.It Pa /etc/ssh/ssh_host_rsa_key
64These files contain the private parts of the host keys used to 66These files contain the private parts of the host keys used to
65generate the digital signature. 67generate the digital signature.
66They should be owned by root, readable only by root, and not 68They should be owned by root, readable only by root, and not
@@ -68,7 +70,9 @@ accessible to others.
68Since they are readable only by root, 70Since they are readable only by root,
69.Nm 71.Nm
70must be set-uid root if host-based authentication is used. 72must be set-uid root if host-based authentication is used.
71.It Pa /etc/ssh/ssh_host_dsa_key-cert.pub, /etc/ssh/ssh_host_rsa_key-cert.pub 73.Pp
74.It Pa /etc/ssh/ssh_host_dsa_key-cert.pub
75.It Pa /etc/ssh/ssh_host_rsa_key-cert.pub
72If these files exist they are assumed to contain public certificate 76If these files exist they are assumed to contain public certificate
73information corresponding with the private keys above. 77information corresponding with the private keys above.
74.El 78.El