[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.13 and 1.14

version 1.13, 2013/07/16 00:07:52 version 1.14, 2013/12/07 11:58:46
Line 63 
Line 63 
 .Pp  .Pp
 .It Pa /etc/ssh/ssh_host_dsa_key  .It Pa /etc/ssh/ssh_host_dsa_key
 .It Pa /etc/ssh/ssh_host_ecdsa_key  .It Pa /etc/ssh/ssh_host_ecdsa_key
   .It Pa /etc/ssh/ssh_host_ed25519_key
 .It Pa /etc/ssh/ssh_host_rsa_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.
Line 74 
Line 75 
 .Pp  .Pp
 .It Pa /etc/ssh/ssh_host_dsa_key-cert.pub  .It Pa /etc/ssh/ssh_host_dsa_key-cert.pub
 .It Pa /etc/ssh/ssh_host_ecdsa_key-cert.pub  .It Pa /etc/ssh/ssh_host_ecdsa_key-cert.pub
   .It Pa /etc/ssh/ssh_host_ed25519_key-cert.pub
 .It Pa /etc/ssh/ssh_host_rsa_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.

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14