[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.45 and 1.46

version 1.45, 2001/06/23 05:57:09 version 1.46, 2001/06/25 17:18:27
Line 210 
Line 210 
 This file is not automatically accessed by  This file is not automatically accessed by
 .Nm  .Nm
 but it is offered as the default file for the private key.  but it is offered as the default file for the private key.
 .Xr sshd 8  .Xr ssh 1
 will read this file when a login attempt is made.  will read this file when a login attempt is made.
 .It Pa $HOME/.ssh/identity.pub  .It Pa $HOME/.ssh/identity.pub
 Contains the protocol version 1 RSA public key for authentication.  Contains the protocol version 1 RSA public key for authentication.
Line 228 
Line 228 
 This file is not automatically accessed by  This file is not automatically accessed by
 .Nm  .Nm
 but it is offered as the default file for the private key.  but it is offered as the default file for the private key.
 .Xr sshd 8  .Xr ssh 1
 will read this file when a login attempt is made.  will read this file when a login attempt is made.
 .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.
Line 246 
Line 246 
 This file is not automatically accessed by  This file is not automatically accessed by
 .Nm  .Nm
 but it is offered as the default file for the private key.  but it is offered as the default file for the private key.
 .Xr sshd 8  .Xr ssh 1
 will read this file when a login attempt is made.  will read this file when a login attempt is made.
 .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.

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46