[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.357 and 1.358

version 1.357, 2021/07/14 06:46:38 version 1.358, 2021/07/23 04:00:59
Line 1676 
Line 1676 
 with the exception of the  with the exception of the
 .Ev TERM  .Ev TERM
 variable, the server must be prepared to accept the environment variable.  variable, the server must be prepared to accept the environment variable.
   .It Cm StdinNull
   Redirects stdin from
   .Pa /dev/null
   (actually, prevents reading from stdin).
   Either this or the equivalent
   .Fl n
   option must be used when
   .Nm ssh
   is run in the background.
   The argument to this keyword must be
   .Cm yes
   (same as the
   .Fl n
   option) or
   .Cm no
   (the default).
 .It Cm StreamLocalBindMask  .It Cm StreamLocalBindMask
 Sets the octal file creation mode mask  Sets the octal file creation mode mask
 .Pq umask  .Pq umask

Legend:
Removed from v.1.357  
changed lines
  Added in v.1.358