Displaying 1 result from an estimated 1 matches for "0f1cf3f".
Did you mean:
0f1bf33
2017 Jun 16
2
[PATCH] allow relative path in streamlocal forwarding
...ode & 077) != 0)
+ fatal("Bad ownership or modes for directory %s",
+ options.fwd_opts.streamlocal_bind_root_directory);
+ }
+
packet_set_timeout(options.client_alive_interval,
options.client_alive_count_max);
diff --git a/sshd_config.5 b/sshd_config.5
index 7b4cb1d..0f1cf3f 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -1368,6 +1368,11 @@ or
.Cm no .
The default is
.Cm no .
+.It Cm StreamLocalBindRootDirectory
+Specifies the root directory where a Unix-domain socket file for
+remote port forwarding is created, if the requested path is relative.
+.Pp
+The direct...