summaryrefslogtreecommitdiff
path: root/ssh-keysign.8
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-06-11 15:50:13 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-06-11 15:50:13 +0000
commit11d470de348beb5e9f6a2dcc27fdeb1ad8257acd (patch)
tree9b0479ba7cf3bc2e207471cd47d6890f2503d2bf /ssh-keysign.8
parent2779d28a0f96fc4675638d85869dcc4448e83453 (diff)
- stevesk@cvs.openbsd.org 2002/06/10 16:56:30
[ssh-keysign.8] merge in stuff from my man page; ok markus@
Diffstat (limited to 'ssh-keysign.8')
-rw-r--r--ssh-keysign.823
1 files changed, 16 insertions, 7 deletions
diff --git a/ssh-keysign.8 b/ssh-keysign.8
index fccbd7c27..ab2cf21ba 100644
--- a/ssh-keysign.8
+++ b/ssh-keysign.8
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-keysign.8,v 1.1 2002/05/25 08:16:59 markus Exp $ 1.\" $OpenBSD: ssh-keysign.8,v 1.2 2002/06/10 16:56:30 stevesk Exp $
2.\" 2.\"
3.\" Copyright (c) 2002 Markus Friedl. All rights reserved. 3.\" Copyright (c) 2002 Markus Friedl. All rights reserved.
4.\" 4.\"
@@ -29,16 +29,13 @@
29.Nm ssh-keysign 29.Nm ssh-keysign
30.Nd ssh helper program for hostbased authentication 30.Nd ssh helper program for hostbased authentication
31.Sh SYNOPSIS 31.Sh SYNOPSIS
32.Nm ssh-keysign 32.Nm
33.Sh DESCRIPTION 33.Sh DESCRIPTION
34.Nm 34.Nm
35is used by 35is used by
36.Xr ssh 1 36.Xr ssh 1
37to access the local host keys during hostbased authentication with 37to access the local host keys and generate the digital signature
38SSH protocol version 2. 38required during hostbased authentication with SSH protocol version 2.
39Since the host keys are readable only by root
40.Nm
41must be setuid root.
42.Nm 39.Nm
43is not intended to be invoked by the user, but from 40is not intended to be invoked by the user, but from
44.Xr ssh 1 . 41.Xr ssh 1 .
@@ -47,8 +44,20 @@ See
47and 44and
48.Xr sshd 8 45.Xr sshd 8
49for more information about hostbased authentication. 46for more information about hostbased authentication.
47.Sh FILES
48.Bl -tag -width Ds
49.It Pa /etc/ssh/ssh_host_dsa_key, /etc/ssh/ssh_host_rsa_key
50These files contain the private parts of the host keys used to
51generate the digital signature. They
52should be owned by root, readable only by root, and not
53accessible to others.
54Since they are readable only by root,
55.Nm
56must be set-uid root if hostbased authentication is used.
57.El
50.Sh SEE ALSO 58.Sh SEE ALSO
51.Xr ssh 1 , 59.Xr ssh 1 ,
60.Xr ssh-keygen 1 ,
52.Xr sshd 8 61.Xr sshd 8
53.Sh AUTHORS 62.Sh AUTHORS
54Markus Friedl <markus@openbsd.org> 63Markus Friedl <markus@openbsd.org>