[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.140 and 1.141

version 1.140, 2017/05/03 06:32:02 version 1.141, 2017/05/05 10:41:58
Line 148 
Line 148 
 option.  option.
 If invoked without any arguments,  If invoked without any arguments,
 .Nm  .Nm
 will generate an RSA key for use in SSH protocol 2 connections.  will generate an RSA key.
 .Pp  .Pp
 .Nm  .Nm
 is also used to generate groups for use in Diffie-Hellman group  is also used to generate groups for use in Diffie-Hellman group
Line 816 
Line 816 
 .It Pa ~/.ssh/id_ecdsa  .It Pa ~/.ssh/id_ecdsa
 .It Pa ~/.ssh/id_ed25519  .It Pa ~/.ssh/id_ed25519
 .It Pa ~/.ssh/id_rsa  .It Pa ~/.ssh/id_rsa
 Contains the protocol version 2 DSA, ECDSA, Ed25519 or RSA  Contains the DSA, ECDSA, Ed25519 or RSA
 authentication identity of the user.  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
Line 832 
Line 832 
 .It Pa ~/.ssh/id_ecdsa.pub  .It Pa ~/.ssh/id_ecdsa.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 protocol version 2 DSA, ECDSA, Ed25519 or RSA  Contains the DSA, ECDSA, Ed25519 or RSA
 public key for authentication.  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

Legend:
Removed from v.1.140  
changed lines
  Added in v.1.141