[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.356 and 1.357

version 1.356, 2021/07/13 23:48:36 version 1.357, 2021/07/14 06:46:38
Line 1264 
Line 1264 
 or  or
 .Cm no  .Cm no
 (the default).  (the default).
 .It Cm SessionType  
 May be used to either request invocation of a subsystem on the remote system,  
 or to prevent the execution of a remote command at all.  
 The latter is useful for just forwarding ports.  
 The argument to this keyword must be  
 .Cm none  
 (same as the  
 .Fl N  
 option),  
 .Cm subsystem  
 (same as the  
 .Fl s  
 option) or  
 .Cm default  
 (shell or command execution).  
 .It Cm NumberOfPasswordPrompts  .It Cm NumberOfPasswordPrompts
 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.
Line 1668 
Line 1653 
 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 SessionType
   May be used to either request invocation of a subsystem on the remote system,
   or to prevent the execution of a remote command at all.
   The latter is useful for just forwarding ports.
   The argument to this keyword must be
   .Cm none
   (same as the
   .Fl N
   option),
   .Cm subsystem
   (same as the
   .Fl s
   option) or
   .Cm default
   (shell or command execution).
 .It Cm SetEnv  .It Cm SetEnv
 Directly specify one or more environment variables and their contents to  Directly specify one or more environment variables and their contents to
 be sent to the server.  be sent to the server.

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