[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.306 and 1.307

version 1.306, 2020/02/06 22:34:58 version 1.307, 2020/02/07 03:54:44
Line 695 
Line 695 
 .Ed  .Ed
 .Pp  .Pp
 The list of available key types may also be obtained using  The list of available key types may also be obtained using
 .Qq ssh -Q key .  .Qq ssh -Q HostbasedAcceptedKeyTypes .
 .It Cm HostbasedAuthentication  .It Cm HostbasedAuthentication
 Specifies whether rhosts or /etc/hosts.equiv authentication together  Specifies whether rhosts or /etc/hosts.equiv authentication together
 with successful public key client host authentication is allowed  with successful public key client host authentication is allowed
Line 778 
Line 778 
 .Ed  .Ed
 .Pp  .Pp
 The list of available key types may also be obtained using  The list of available key types may also be obtained using
 .Qq ssh -Q key .  .Qq ssh -Q HostKeyAlgorithms .
 .It Cm IgnoreRhosts  .It Cm IgnoreRhosts
 Specifies that  Specifies that
 .Pa .rhosts  .Pa .rhosts
Line 951 
Line 951 
 .Ed  .Ed
 .Pp  .Pp
 The list of available key exchange algorithms may also be obtained using  The list of available key exchange algorithms may also be obtained using
 .Qq ssh -Q kex .  .Qq ssh -Q KexAlgorithms .
 .It Cm ListenAddress  .It Cm ListenAddress
 Specifies the local addresses  Specifies the local addresses
 .Xr sshd 8  .Xr sshd 8
Line 1463 
Line 1463 
 .Ed  .Ed
 .Pp  .Pp
 The list of available key types may also be obtained using  The list of available key types may also be obtained using
 .Qq ssh -Q key .  .Qq ssh -Q PubkeyAcceptedKeyTypes .
 .It Cm PubkeyAuthOptions  .It Cm PubkeyAuthOptions
 Sets one or more public key authentication options.  Sets one or more public key authentication options.
 Two option keywords are currently supported:  Two option keywords are currently supported:

Legend:
Removed from v.1.306  
changed lines
  Added in v.1.307