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

Diff for /src/usr.bin/ssh/sshd.8 between version 1.304 and 1.305

version 1.304, 2018/07/22 12:16:59 version 1.305, 2019/11/07 08:38:38
Line 402 
Line 402 
 Public keys consist of the following space-separated fields:  Public keys consist of the following space-separated fields:
 options, keytype, base64-encoded key, comment.  options, keytype, base64-encoded key, comment.
 The options field is optional.  The options field is optional.
 The keytype is  The supported key types are:
 .Dq ecdsa-sha2-nistp256 ,  .Pp
 .Dq ecdsa-sha2-nistp384 ,  .Bl -item -compact -offset indent
 .Dq ecdsa-sha2-nistp521 ,  .It
 .Dq ssh-ed25519 ,  sk-ecdsa-sha2-nistp256@openssh.com
 .Dq ssh-dss  .It
 or  ecdsa-sha2-nistp256
 .Dq ssh-rsa ;  .It
 the comment field is not used for anything (but may be convenient for the  ecdsa-sha2-nistp384
   .It
   ecdsa-sha2-nistp521
   .It
   ssh-ed25519
   .It
   ssh-dss
   .It
   ssh-rsa
   .El
   .Pp
   The comment field is not used for anything (but may be convenient for the
 user to identify the key).  user to identify the key).
 .Pp  .Pp
 Note that lines in this file can be several hundred bytes long  Note that lines in this file can be several hundred bytes long
 (because of the size of the public key encoding) up to a limit of  (because of the size of the public key encoding) up to a limit of
 8 kilobytes, which permits DSA keys up to 8 kilobits and RSA  8 kilobytes, which permits RSA keys up to 16 kilobits.
 keys up to 16 kilobits.  
 You don't want to type them in; instead, copy the  You don't want to type them in; instead, copy the
 .Pa id_dsa.pub ,  .Pa id_dsa.pub ,
 .Pa id_ecdsa.pub ,  .Pa id_ecdsa.pub ,
   .Pa id_ecdsa_sk.pub ,
 .Pa id_ed25519.pub ,  .Pa id_ed25519.pub ,
 or the  or the
 .Pa id_rsa.pub  .Pa id_rsa.pub

Legend:
Removed from v.1.304  
changed lines
  Added in v.1.305