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

Diff for /src/usr.bin/ssh/ssh.1 between version 1.425 and 1.426

version 1.425, 2021/07/28 05:57:42 version 1.426, 2021/09/03 07:27:03
Line 288 
Line 288 
 .It Fl i Ar identity_file  .It Fl i Ar identity_file
 Selects a file from which the identity (private key) for  Selects a file from which the identity (private key) for
 public key authentication is read.  public key authentication is read.
   You can also specify a public key file to use the corresponding
   private key that is loaded in
   .Xr ssh-agent 1
   when the private key file is not present locally.
 The default is  The default is
 .Pa ~/.ssh/id_dsa ,  .Pa ~/.ssh/id_dsa ,
 .Pa ~/.ssh/id_ecdsa ,  .Pa ~/.ssh/id_ecdsa ,

Legend:
Removed from v.1.425  
changed lines
  Added in v.1.426