[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.383 and 1.384

version 1.383, 2023/07/17 05:36:14 version 1.384, 2023/08/28 03:31:16
Line 1359 
Line 1359 
 Specifies the number of password prompts before giving up.  Specifies the number of password prompts before giving up.
 The argument to this keyword must be an integer.  The argument to this keyword must be an integer.
 The default is 3.  The default is 3.
   .It Cm ObscureKeystrokeTiming
   Specifies whether
   .Xr ssh 1
   should try to obscure inter-keystroke timings from passive observers of
   network traffic.
   If enabled, then for interactive sessions,
   .Xr ssh 1
   will send keystrokes at fixed intervals of a few tens of milliseconds
   and will send fake keystroke packets for some time after typing ceases.
   The argument to this keyword must be
   .Cm yes ,
   .Cm no
   or an interval specifier of the form
   .Cm interval:milliseconds
   (e.g.\&
   .Cm interval:80 for 80 milliseconds).
   The default is to obscure keystrokes using a 20ms packet interval.
   Note that smaller intervals will result in higher fake keystroke packet rates.
 .It Cm PasswordAuthentication  .It Cm PasswordAuthentication
 Specifies whether to use password authentication.  Specifies whether to use password authentication.
 The argument to this keyword must be  The argument to this keyword must be

Legend:
Removed from v.1.383  
changed lines
  Added in v.1.384