=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh-keysign.8,v retrieving revision 1.3.2.3 retrieving revision 1.4 diff -u -r1.3.2.3 -r1.4 --- src/usr.bin/ssh/ssh-keysign.8 2003/09/16 21:20:28 1.3.2.3 +++ src/usr.bin/ssh/ssh-keysign.8 2002/11/07 22:08:07 1.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-keysign.8,v 1.3.2.3 2003/09/16 21:20:28 brad Exp $ +.\" $OpenBSD: ssh-keysign.8,v 1.4 2002/11/07 22:08:07 markus Exp $ .\" .\" Copyright (c) 2002 Markus Friedl. All rights reserved. .\" @@ -39,7 +39,7 @@ .Pp .Nm is disabled by default and can only be enabled in the -global client configuration file +the global client configuration file .Pa /etc/ssh/ssh_config by setting .Cm EnableSSHKeysign @@ -62,8 +62,8 @@ is enabled. .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 +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 @@ -74,9 +74,9 @@ .Xr ssh-keygen 1 , .Xr ssh_config 5 , .Xr sshd 8 +.Sh AUTHORS +Markus Friedl .Sh HISTORY .Nm first appeared in .Ox 3.2 . -.Sh AUTHORS -.An Markus Friedl Aq markus@openbsd.org