[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.10 and 1.11

version 1.10, 2010/08/04 05:42:47 version 1.11, 2010/08/08 19:36:30
Line 55 
Line 55 
 .Xr sshd 8  .Xr sshd 8
 for more information about host-based authentication.  for more information about host-based authentication.
 .Sh FILES  .Sh FILES
 .Bl -tag -width Ds  .Bl -tag -width Ds -compact
 .It Pa /etc/ssh/ssh_config  .It Pa /etc/ssh/ssh_config
 Controls whether  Controls whether
 .Nm  .Nm
 is enabled.  is enabled.
 .It Pa /etc/ssh/ssh_host_dsa_key, /etc/ssh/ssh_host_rsa_key  .Pp
   .It Pa /etc/ssh/ssh_host_dsa_key
   .It Pa /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.  generate the digital signature.
 They should be owned by root, readable only by root, and not  They should be owned by root, readable only by root, and not
Line 68 
Line 70 
 Since they are readable only by root,  Since they are readable only by root,
 .Nm  .Nm
 must be set-uid root if host-based authentication is used.  must be set-uid root if host-based authentication is used.
 .It Pa /etc/ssh/ssh_host_dsa_key-cert.pub, /etc/ssh/ssh_host_rsa_key-cert.pub  .Pp
   .It Pa /etc/ssh/ssh_host_dsa_key-cert.pub
   .It Pa /etc/ssh/ssh_host_rsa_key-cert.pub
 If these files exist they are assumed to contain public certificate  If these files exist they are assumed to contain public certificate
 information corresponding with the private keys above.  information corresponding with the private keys above.
 .El  .El

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11