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

Diff for /src/usr.bin/ssh/ssh-agent.1 between version 1.53 and 1.54

version 1.53, 2010/11/21 01:01:13 version 1.54, 2013/12/07 11:58:46
Line 53 
Line 53 
 .Sh DESCRIPTION  .Sh DESCRIPTION
 .Nm  .Nm
 is a program to hold private keys used for public key authentication  is a program to hold private keys used for public key authentication
 (RSA, DSA, ECDSA).  (RSA, DSA, ECDSA, ED25519).
 The idea is that  The idea is that
 .Nm  .Nm
 is started in the beginning of an X-session or a login session, and  is started in the beginning of an X-session or a login session, and
Line 115 
Line 115 
 adds the files  adds the files
 .Pa ~/.ssh/id_rsa ,  .Pa ~/.ssh/id_rsa ,
 .Pa ~/.ssh/id_dsa ,  .Pa ~/.ssh/id_dsa ,
 .Pa ~/.ssh/id_ecdsa  .Pa ~/.ssh/id_ecdsa ,
   .Pa ~/.ssh/id_ed25519
 and  and
 .Pa ~/.ssh/identity .  .Pa ~/.ssh/identity .
 If the identity has a passphrase,  If the identity has a passphrase,
Line 190 
Line 191 
 Contains the protocol version 2 DSA authentication identity of the user.  Contains the protocol version 2 DSA authentication identity of the user.
 .It Pa ~/.ssh/id_ecdsa  .It Pa ~/.ssh/id_ecdsa
 Contains the protocol version 2 ECDSA authentication identity of the user.  Contains the protocol version 2 ECDSA authentication identity of the user.
   .It Pa ~/.ssh/id_ed25519
   Contains the protocol version 2 ED25519 authentication identity of the user.
 .It Pa ~/.ssh/id_rsa  .It Pa ~/.ssh/id_rsa
 Contains the protocol version 2 RSA authentication identity of the user.  Contains the protocol version 2 RSA authentication identity of the user.
 .It Pa $TMPDIR/ssh-XXXXXXXXXX/agent.\*(Ltppid\*(Gt  .It Pa $TMPDIR/ssh-XXXXXXXXXX/agent.\*(Ltppid\*(Gt

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54