[BACK]Return to ssh-keysign.8 CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh-keysign.8 between version 1.2 and 1.3

version 1.2, 2002/06/10 16:56:30 version 1.3, 2002/07/03 14:21:05
Line 36 
Line 36 
 .Xr ssh 1  .Xr ssh 1
 to access the local host keys and generate the digital signature  to access the local host keys and generate the digital signature
 required during hostbased authentication with SSH protocol version 2.  required during hostbased authentication with SSH protocol version 2.
   .Pp
 .Nm  .Nm
   is disabled by default and can only be enabled in the
   the global client configuration file
   .Pa /etc/ssh/ssh_config
   by setting
   .Cm HostbasedAuthentication
   to
   .Dq yes .
   .Pp
   .Nm
 is not intended to be invoked by the user, but from  is not intended to be invoked by the user, but from
 .Xr ssh 1 .  .Xr ssh 1 .
 See  See
Line 46 
Line 56 
 for more information about hostbased authentication.  for more information about hostbased authentication.
 .Sh FILES  .Sh FILES
 .Bl -tag -width Ds  .Bl -tag -width Ds
   .It Pa /etc/ssh/ssh_config
   Controls whether
   .Nm
   is enabled.
 .It Pa /etc/ssh/ssh_host_dsa_key, /etc/ssh/ssh_host_rsa_key  .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  These files contain the private parts of the host keys used to
 generate the digital signature.  They  generate the digital signature.  They
Line 58 
Line 72 
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr ssh 1 ,  .Xr ssh 1 ,
 .Xr ssh-keygen 1 ,  .Xr ssh-keygen 1 ,
   .Xr ssh_config 5 ,
 .Xr sshd 8  .Xr sshd 8
 .Sh AUTHORS  .Sh AUTHORS
 Markus Friedl <markus@openbsd.org>  Markus Friedl <markus@openbsd.org>

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3