[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.175 and 1.176

version 1.175, 2019/11/18 04:50:45 version 1.176, 2019/11/18 23:16:49
Line 191 
Line 191 
 .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
 or  or
 .Pa ~/.ssh/id_rsa .  .Pa ~/.ssh/id_rsa .
 Additionally, the system administrator may use this to generate host keys,  Additionally, the system administrator may use this to generate host keys,
Line 285 
Line 286 
 curve sizes: 256, 384 or 521 bits.  curve sizes: 256, 384 or 521 bits.
 Attempting to use bit lengths other than these three values for ECDSA keys  Attempting to use bit lengths other than these three values for ECDSA keys
 will fail.  will fail.
 ECDSA-SK and Ed25519 keys have a fixed length and the  ECDSA-SK, Ed25519 and Ed25519-SK keys have a fixed length and the
 .Fl b  .Fl b
 flag will be ignored.  flag will be ignored.
 .It Fl C Ar comment  .It Fl C Ar comment
Line 1044 
Line 1045 
 .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 DSA, ECDSA, security key-hosted ECDSA, Ed25519 or RSA  Contains the DSA, ECDSA, security key-hosted ECDSA, Ed25519,
 authentication identity of the user.  security key-hosted Ed25519 or RSA authentication identity of the user.
 This file should not be readable by anyone but the user.  This file should not be readable by anyone but the user.
 It is possible to  It is possible to
 specify a passphrase when generating the key; that passphrase will be  specify a passphrase when generating the key; that passphrase will be
Line 1061 
Line 1063 
 .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 DSA, ECDSA, security key-hosted ECDSA, Ed25519 or RSA  Contains the DSA, ECDSA, security key-hosted ECDSA, Ed25519,
 public key for authentication.  security key-hosted Ed25519 or RSA public key for authentication.
 The contents of this file should be added to  The contents of this file should be added to
 .Pa ~/.ssh/authorized_keys  .Pa ~/.ssh/authorized_keys
 on all machines  on all machines

Legend:
Removed from v.1.175  
changed lines
  Added in v.1.176