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

Diff for /src/usr.bin/ssh/sshd_config.5 between version 1.333 and 1.334

version 1.333, 2021/07/27 14:28:46 version 1.334, 2021/08/12 23:59:25
Line 378 
Line 378 
 by certificate authorities (CAs).  by certificate authorities (CAs).
 The default is:  The default is:
 .Bd -literal -offset indent  .Bd -literal -offset indent
 ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,  ssh-ed25519,ecdsa-sha2-nistp256,
 sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,  ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,
   sk-ssh-ed25519@openssh.com,
   sk-ecdsa-sha2-nistp256@openssh.com,
 rsa-sha2-512,rsa-sha2-256  rsa-sha2-512,rsa-sha2-256
 .Ed  .Ed
   .Pp
   If the specified list begins with a
   .Sq +
   character, then the specified algorithms will be appended to the default set
   instead of replacing them.
   If the specified list begins with a
   .Sq -
   character, then the specified algorithms (including wildcards) will be removed
   from the default set instead of replacing them.
 .Pp  .Pp
 Certificates signed using other algorithms will not be accepted for  Certificates signed using other algorithms will not be accepted for
 public key or host-based authentication.  public key or host-based authentication.

Legend:
Removed from v.1.333  
changed lines
  Added in v.1.334