[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.403 and 1.404

version 1.403, 2019/06/12 11:31:50 version 1.404, 2019/11/07 08:38:38
Line 279 
Line 279 
 The default is  The default is
 .Pa ~/.ssh/id_dsa ,  .Pa ~/.ssh/id_dsa ,
 .Pa ~/.ssh/id_ecdsa ,  .Pa ~/.ssh/id_ecdsa ,
   .Pa ~/.ssh/id_ecdsa_sk ,
 .Pa ~/.ssh/id_ed25519  .Pa ~/.ssh/id_ed25519
 and  and
 .Pa ~/.ssh/id_rsa .  .Pa ~/.ssh/id_rsa .
Line 896 
Line 897 
 (DSA),  (DSA),
 .Pa ~/.ssh/id_ecdsa  .Pa ~/.ssh/id_ecdsa
 (ECDSA),  (ECDSA),
   .Pa ~/.ssh/id_ecdsa_sk
   (security key-hosted ECDSA),
 .Pa ~/.ssh/id_ed25519  .Pa ~/.ssh/id_ed25519
 (Ed25519),  (Ed25519),
 or  or
Line 906 
Line 909 
 (DSA),  (DSA),
 .Pa ~/.ssh/id_ecdsa.pub  .Pa ~/.ssh/id_ecdsa.pub
 (ECDSA),  (ECDSA),
   .Pa ~/.ssh/id_ecdsa_sk.pub
   (security key-hosted ECDSA),
 .Pa ~/.ssh/id_ed25519.pub  .Pa ~/.ssh/id_ed25519.pub
 (Ed25519),  (Ed25519),
 or  or
Line 1324 
Line 1329 
 and  and
 .Xr isakmpd 8 .  .Xr isakmpd 8 .
 .Sh ENVIRONMENT  .Sh ENVIRONMENT
   .Bl -tag -width "SSH_ORIGINAL_COMMAND"
   .It Ev SSH_SK_PROVIDER
   Specifies the path to a security key provider library used to interact with
   hardware security keys.
   .Pp
   .El
 .Nm  .Nm
 will normally set the following environment variables:  will normally set the following environment variables:
 .Bl -tag -width "SSH_ORIGINAL_COMMAND"  .Bl -tag -width "SSH_ORIGINAL_COMMAND"
Line 1484 
Line 1495 
 .Pp  .Pp
 .It Pa ~/.ssh/id_dsa  .It Pa ~/.ssh/id_dsa
 .It Pa ~/.ssh/id_ecdsa  .It Pa ~/.ssh/id_ecdsa
   .It Pa ~/.ssh/id_ecdsa_sk
 .It Pa ~/.ssh/id_ed25519  .It Pa ~/.ssh/id_ed25519
 .It Pa ~/.ssh/id_rsa  .It Pa ~/.ssh/id_rsa
 Contains the private key for authentication.  Contains the private key for authentication.
Line 1498 
Line 1510 
 .Pp  .Pp
 .It Pa ~/.ssh/id_dsa.pub  .It Pa ~/.ssh/id_dsa.pub
 .It Pa ~/.ssh/id_ecdsa.pub  .It Pa ~/.ssh/id_ecdsa.pub
   .It Pa ~/.ssh/id_ecdsa_sk.pub
 .It Pa ~/.ssh/id_ed25519.pub  .It Pa ~/.ssh/id_ed25519.pub
 .It Pa ~/.ssh/id_rsa.pub  .It Pa ~/.ssh/id_rsa.pub
 Contains the public key for authentication.  Contains the public key for authentication.

Legend:
Removed from v.1.403  
changed lines
  Added in v.1.404