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

Diff for /src/usr.bin/ssh/ssh_config.5 between version 1.321 and 1.322

version 1.321, 2020/01/31 22:25:59 version 1.322, 2020/02/07 03:54:44
Line 868 
Line 868 
 to prefer their algorithms.  to prefer their algorithms.
 .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 HostKeyAlias  .It Cm HostKeyAlias
 Specifies an alias that should be used instead of the  Specifies an alias that should be used instead of the
 real host name when looking up or saving the host key  real host name when looking up or saving the host key
Line 1354 
Line 1354 
 .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 PubkeyAuthentication  .It Cm PubkeyAuthentication
 Specifies whether to try public key authentication.  Specifies whether to try public key authentication.
 The argument to this keyword must be  The argument to this keyword must be

Legend:
Removed from v.1.321  
changed lines
  Added in v.1.322