]> andersk Git - openssh.git/commitdiff
- stevesk@cvs.openbsd.org 2002/06/10 16:56:30
authormouring <mouring>
Tue, 11 Jun 2002 15:50:13 +0000 (15:50 +0000)
committermouring <mouring>
Tue, 11 Jun 2002 15:50:13 +0000 (15:50 +0000)
     [ssh-keysign.8]
     merge in stuff from my man page; ok markus@

ChangeLog
ssh-keysign.8

index 38f7e785240bccf25d9677a454ee7ccf5021d408..4518164af4e3fe9f8062e7e882d50e540b22f4ee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,9 @@
    - stevesk@cvs.openbsd.org 2002/06/10 16:53:06
      [auth-rsa.c ssh-rsa.c]
      display minimum RSA modulus in error(); ok markus@
+   - stevesk@cvs.openbsd.org 2002/06/10 16:56:30
+     [ssh-keysign.8]
+     merge in stuff from my man page; ok markus@
 
 20020609
  - (bal) OpenBSD CVS Sync
index fccbd7c278b769df1ec8763cf9f5176b98c7879c..ab2cf21bab3fb37c087712ef5cb1e8bb6d241c7a 100644 (file)
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ssh-keysign.8,v 1.1 2002/05/25 08:16:59 markus Exp $
+.\" $OpenBSD: ssh-keysign.8,v 1.2 2002/06/10 16:56:30 stevesk Exp $
 .\"
 .\" Copyright (c) 2002 Markus Friedl.  All rights reserved.
 .\"
 .Nm ssh-keysign
 .Nd ssh helper program for hostbased authentication
 .Sh SYNOPSIS
-.Nm ssh-keysign
+.Nm
 .Sh DESCRIPTION
 .Nm
 is used by
 .Xr ssh 1
-to access the local host keys during hostbased authentication with
-SSH protocol version 2.
-Since the host keys are readable only by root
-.Nm
-must be setuid root.
+to access the local host keys and generate the digital signature
+required during hostbased authentication with SSH protocol version 2.
 .Nm
 is not intended to be invoked by the user, but from
 .Xr ssh 1 .
@@ -47,8 +44,20 @@ See
 and
 .Xr sshd 8
 for more information about hostbased authentication.
+.Sh FILES
+.Bl -tag -width Ds
+.It Pa /etc/ssh/ssh_host_dsa_key, /etc/ssh/ssh_host_rsa_key
+These files contain the private parts of the host keys used to
+generate the digital signature.  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.
+.El
 .Sh SEE ALSO
 .Xr ssh 1 ,
+.Xr ssh-keygen 1 ,
 .Xr sshd 8
 .Sh AUTHORS
 Markus Friedl <markus@openbsd.org>
This page took 0.625346 seconds and 5 git commands to generate.