[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.326 and 1.327

version 1.326, 2021/02/23 21:50:18 version 1.327, 2021/02/23 21:55:08
Line 661 
Line 661 
 The default is  The default is
 .Cm yes .  .Cm yes .
 .It Cm HostbasedAcceptedAlgorithms  .It Cm HostbasedAcceptedAlgorithms
 Specifies the key types that will be accepted for hostbased authentication  Specifies the signature algorithms that will be accepted for hostbased
 as a list of comma-separated patterns.  authentication as a list of comma-separated patterns.
 Alternately if the specified list begins with a  Alternately if the specified list begins with a
 .Sq +  .Sq +
 character, then the specified key types will be appended to the default set  character, then the specified signature algorithms will be appended to
 instead of replacing them.  the default set instead of replacing them.
 If the specified list begins with a  If the specified list begins with a
 .Sq -  .Sq -
 character, then the specified key types (including wildcards) will be removed  character, then the specified signature algorithms (including wildcards)
 from the default set instead of replacing them.  will be removed from the default set instead of replacing them.
 If the specified list begins with a  If the specified list begins with a
 .Sq ^  .Sq ^
 character, then the specified key types will be placed at the head of the  character, then the specified signature algorithms will be placed at
 default set.  the head of the default set.
 The default for this option is:  The default for this option is:
 .Bd -literal -offset 3n  .Bd -literal -offset 3n
 ssh-ed25519-cert-v01@openssh.com,  ssh-ed25519-cert-v01@openssh.com,
Line 693 
Line 693 
 rsa-sha2-512,rsa-sha2-256,ssh-rsa  rsa-sha2-512,rsa-sha2-256,ssh-rsa
 .Ed  .Ed
 .Pp  .Pp
 The list of available key types may also be obtained using  The list of available signature algorithms may also be obtained using
 .Qq ssh -Q HostbasedAcceptedAlgorithms .  .Qq ssh -Q HostbasedAcceptedAlgorithms .
 This was formerly named HostbasedAcceptedKeyTypes.  This was formerly named HostbasedAcceptedKeyTypes.
 .It Cm HostbasedAuthentication  .It Cm HostbasedAuthentication
Line 758 
Line 758 
 .Ev SSH_AUTH_SOCK  .Ev SSH_AUTH_SOCK
 environment variable.  environment variable.
 .It Cm HostKeyAlgorithms  .It Cm HostKeyAlgorithms
 Specifies the host key algorithms  Specifies the host key signature algorithms
 that the server offers.  that the server offers.
 The default for this option is:  The default for this option is:
 .Bd -literal -offset 3n  .Bd -literal -offset 3n
Line 778 
Line 778 
 rsa-sha2-512,rsa-sha2-256,ssh-rsa  rsa-sha2-512,rsa-sha2-256,ssh-rsa
 .Ed  .Ed
 .Pp  .Pp
 The list of available key types may also be obtained using  The list of available signature algorithms may also be obtained using
 .Qq ssh -Q HostKeyAlgorithms .  .Qq ssh -Q HostKeyAlgorithms .
 .It Cm IgnoreRhosts  .It Cm IgnoreRhosts
 Specifies whether to ignore per-user  Specifies whether to ignore per-user

Legend:
Removed from v.1.326  
changed lines
  Added in v.1.327