[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.405 and 1.406

version 1.405, 2019/11/14 21:27:30 version 1.406, 2019/11/18 23:16:49
Line 280 
Line 280 
 .Pa ~/.ssh/id_dsa ,  .Pa ~/.ssh/id_dsa ,
 .Pa ~/.ssh/id_ecdsa ,  .Pa ~/.ssh/id_ecdsa ,
 .Pa ~/.ssh/id_ecdsa_sk ,  .Pa ~/.ssh/id_ecdsa_sk ,
 .Pa ~/.ssh/id_ed25519  .Pa ~/.ssh/id_ed25519 ,
   .Pa ~/.ssh/id_ed25519_sk
 and  and
 .Pa ~/.ssh/id_rsa .  .Pa ~/.ssh/id_rsa .
 Identity files may also be specified on  Identity files may also be specified on
Line 901 
Line 902 
 (security key-hosted ECDSA),  (security key-hosted ECDSA),
 .Pa ~/.ssh/id_ed25519  .Pa ~/.ssh/id_ed25519
 (Ed25519),  (Ed25519),
   .Pa ~/.ssh/id_ed25519_sk
   (security key-hosted Ed25519),
 or  or
 .Pa ~/.ssh/id_rsa  .Pa ~/.ssh/id_rsa
 (RSA)  (RSA)
Line 913 
Line 916 
 (security key-hosted ECDSA),  (security key-hosted ECDSA),
 .Pa ~/.ssh/id_ed25519.pub  .Pa ~/.ssh/id_ed25519.pub
 (Ed25519),  (Ed25519),
   .Pa ~/.ssh/id_ed25519_sk.pub
   (security key-hosted Ed25519),
 or  or
 .Pa ~/.ssh/id_rsa.pub  .Pa ~/.ssh/id_rsa.pub
 (RSA)  (RSA)
Line 1491 
Line 1496 
 .It Pa ~/.ssh/id_ecdsa  .It Pa ~/.ssh/id_ecdsa
 .It Pa ~/.ssh/id_ecdsa_sk  .It Pa ~/.ssh/id_ecdsa_sk
 .It Pa ~/.ssh/id_ed25519  .It Pa ~/.ssh/id_ed25519
   .It Pa ~/.ssh/id_ed25519_sk
 .It Pa ~/.ssh/id_rsa  .It Pa ~/.ssh/id_rsa
 Contains the private key for authentication.  Contains the private key for authentication.
 These files  These files
Line 1506 
Line 1512 
 .It Pa ~/.ssh/id_ecdsa.pub  .It Pa ~/.ssh/id_ecdsa.pub
 .It Pa ~/.ssh/id_ecdsa_sk.pub  .It Pa ~/.ssh/id_ecdsa_sk.pub
 .It Pa ~/.ssh/id_ed25519.pub  .It Pa ~/.ssh/id_ed25519.pub
   .It Pa ~/.ssh/id_ed25519_sk.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.
 These files are not  These files are not

Legend:
Removed from v.1.405  
changed lines
  Added in v.1.406