=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh-keysign.8,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -u -r1.2.2.1 -r1.2.2.2 --- src/usr.bin/ssh/ssh-keysign.8 2002/06/22 07:23:18 1.2.2.1 +++ src/usr.bin/ssh/ssh-keysign.8 2002/10/11 14:53:07 1.2.2.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-keysign.8,v 1.2.2.1 2002/06/22 07:23:18 miod Exp $ +.\" $OpenBSD: ssh-keysign.8,v 1.2.2.2 2002/10/11 14:53:07 miod Exp $ .\" .\" Copyright (c) 2002 Markus Friedl. All rights reserved. .\" @@ -36,7 +36,17 @@ .Xr ssh 1 to access the local host keys and generate the digital signature required during hostbased authentication with SSH protocol version 2. +.Pp .Nm +is disabled by default and can only be enabled in the +the global client configuration file +.Pa /etc/ssh_config +by setting +.Cm HostbasedAuthentication +to +.Dq yes . +.Pp +.Nm is not intended to be invoked by the user, but from .Xr ssh 1 . See @@ -46,6 +56,10 @@ for more information about hostbased authentication. .Sh FILES .Bl -tag -width Ds +.It Pa /etc/ssh_config +Controls whether +.Nm +is enabled. .It Pa /etc/ssh_host_dsa_key, /etc/ssh_host_rsa_key These files contain the private parts of the host keys used to generate the digital signature. They @@ -58,6 +72,7 @@ .Sh SEE ALSO .Xr ssh 1 , .Xr ssh-keygen 1 , +.Xr ssh_config 5 , .Xr sshd 8 .Sh AUTHORS Markus Friedl