[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.276 and 1.277

version 1.276, 2018/06/09 03:01:12 version 1.277, 2018/06/09 06:36:31
Line 1404 
Line 1404 
 variable names by prefixing patterns with  variable names by prefixing patterns with
 .Pa - .  .Pa - .
 The default is not to send any environment variables.  The default is not to send any environment variables.
 .It Cm SetEnv  
 Directly specify one or more environment variables and their contents to  
 be sent to the server.  
 Similarly to  
 .Cm SendEnv ,  
 the server must be prepared to accept the environment variable.  
 .It Cm ServerAliveCountMax  .It Cm ServerAliveCountMax
 Sets the number of server alive messages (see below) which may be  Sets the number of server alive messages (see below) which may be
 sent without  sent without
Line 1444 
Line 1438 
 channel to request a response from the server.  channel to request a response from the server.
 The default  The default
 is 0, indicating that these messages will not be sent to the server.  is 0, indicating that these messages will not be sent to the server.
   .It Cm SetEnv
   Directly specify one or more environment variables and their contents to
   be sent to the server.
   Similarly to
   .Cm SendEnv ,
   the server must be prepared to accept the environment variable.
 .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.276  
changed lines
  Added in v.1.277