[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.190 and 1.191

version 1.190, 2014/07/07 08:19:12 version 1.191, 2014/07/15 15:54:14
Line 1303 
Line 1303 
 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.
 This option applies to protocol version 2 only.  This option applies to protocol version 2 only.
   .It Cm StreamLocalBindMask
   Sets the octal file creation mode mask
   .Pq umask
   used when creating a Unix-domain socket file for local or remote
   port forwarding.
   This option is only used for port forwarding to a Unix-domain socket file.
   .Pp
   The default value is 0177, which creates a Unix-domain socket file that is
   readable and writable only by the owner.
   Note that not all operating systems honor the file mode on Unix-domain
   socket files.
   .It Cm StreamLocalBindUnlink
   Specifies whether to remove an existing Unix-domain socket file for local
   or remote port forwarding before creating a new one.
   If the socket file already exists and
   .Cm StreamLocalBindUnlink
   is not enabled,
   .Nm ssh
   will be unable to forward the port to the Unix-domain socket file.
   This option is only used for port forwarding to a Unix-domain socket file.
   .Pp
   The argument must be
   .Dq yes
   or
   .Dq no .
   The default is
   .Dq no .
 .It Cm StrictHostKeyChecking  .It Cm StrictHostKeyChecking
 If this flag is set to  If this flag is set to
 .Dq yes ,  .Dq yes ,

Legend:
Removed from v.1.190  
changed lines
  Added in v.1.191