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

Diff for /src/usr.bin/ssh/ssh-keygen.1 between version 1.98 and 1.99

version 1.98, 2010/08/04 06:07:11 version 1.99, 2010/08/31 11:54:45
Line 125 
Line 125 
 generates, manages and converts authentication keys for  generates, manages and converts authentication keys for
 .Xr ssh 1 .  .Xr ssh 1 .
 .Nm  .Nm
 can create RSA keys for use by SSH protocol version 1 and RSA or DSA  can create RSA keys for use by SSH protocol version 1 and RSA, DSA or ECDSA
 keys for use by SSH protocol version 2.  keys for use by SSH protocol version 2.
 The type of key to be generated is specified with the  The type of key to be generated is specified with the
 .Fl t  .Fl t
Line 142 
Line 142 
 section for details.  section for details.
 .Pp  .Pp
 Normally each user wishing to use SSH  Normally each user wishing to use SSH
 with RSA or DSA authentication runs this once to create the authentication  with public key authentication runs this once to create the authentication
 key in  key in
 .Pa ~/.ssh/identity ,  .Pa ~/.ssh/identity ,
   .Pa ~/.ssh/id_ecdsa ,
 .Pa ~/.ssh/id_dsa  .Pa ~/.ssh/id_dsa
 or  or
 .Pa ~/.ssh/id_rsa .  .Pa ~/.ssh/id_rsa .

Legend:
Removed from v.1.98  
changed lines
  Added in v.1.99