Displaying 1 result from an estimated 1 matches for "streamlocalbindrootdirectory".
2017 Jun 16
2
[PATCH] allow relative path in streamlocal forwarding
..., the choices of NFS mount points, or the
remote user ID.
To allow ssh clients to request remote socket forwarding without
knowledge of the remote system, this patch enables the use of relative
path in remote socket forwarding. If a relative path is requested as
remote_socket, it is expanded from StreamLocalBindRootDirectory, a new
option added to sshd_config.
This feature would be particularly useful if the remote system is
capable of user runtime directory, as managed by pam_systemd:
https://www.freedesktop.org/software/systemd/man/pam_systemd.html
The applications locating sockets under the runtime directory could...