[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.42 and 1.43

version 1.42, 2001/06/03 19:36:44 version 1.43, 2001/06/22 21:55:49
Line 233 
Line 233 
 .It Pa $HOME/.ssh/id_dsa.pub  .It Pa $HOME/.ssh/id_dsa.pub
 Contains the protocol version 2 DSA public key for authentication.  Contains the protocol version 2 DSA public key for authentication.
 The contents of this file should be added to  The contents of this file should be added to
 .Pa $HOME/.ssh/authorized_keys2  .Pa $HOME/.ssh/authorized_keys
 on all machines  on all machines
 where you wish to log in using public key authentication.  where you wish to log in using public key authentication.
 There is no need to keep the contents of this file secret.  There is no need to keep the contents of this file secret.
Line 251 
Line 251 
 .It Pa $HOME/.ssh/id_rsa.pub  .It Pa $HOME/.ssh/id_rsa.pub
 Contains the protocol version 2 RSA public key for authentication.  Contains the protocol version 2 RSA public key for authentication.
 The contents of this file should be added to  The contents of this file should be added to
 .Pa $HOME/.ssh/authorized_keys2  .Pa $HOME/.ssh/authorized_keys
 on all machines  on all machines
 where you wish to log in using public key authentication.  where you wish to log in using public key authentication.
 There is no need to keep the contents of this file secret.  There is no need to keep the contents of this file secret.

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43