[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.3 and 1.3.2.3

version 1.3, 2002/07/03 14:21:05 version 1.3.2.3, 2003/09/16 21:20:28
Line 39 
Line 39 
 .Pp  .Pp
 .Nm  .Nm
 is disabled by default and can only be enabled in the  is disabled by default and can only be enabled in the
 the global client configuration file  global client configuration file
 .Pa /etc/ssh/ssh_config  .Pa /etc/ssh/ssh_config
 by setting  by setting
 .Cm HostbasedAuthentication  .Cm EnableSSHKeysign
 to  to
 .Dq yes .  .Dq yes .
 .Pp  .Pp
Line 62 
Line 62 
 is enabled.  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.
 should be owned by root, readable only by root, and not  They should be owned by root, readable only by root, and not
 accessible to others.  accessible to others.
 Since they are readable only by root,  Since they are readable only by root,
 .Nm  .Nm
Line 74 
Line 74 
 .Xr ssh-keygen 1 ,  .Xr ssh-keygen 1 ,
 .Xr ssh_config 5 ,  .Xr ssh_config 5 ,
 .Xr sshd 8  .Xr sshd 8
 .Sh AUTHORS  
 Markus Friedl <markus@openbsd.org>  
 .Sh HISTORY  .Sh HISTORY
 .Nm  .Nm
 first appeared in  first appeared in
 .Ox 3.2 .  .Ox 3.2 .
   .Sh AUTHORS
   .An Markus Friedl Aq markus@openbsd.org

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