search for: remote_socket

Displaying 3 results from an estimated 3 matches for "remote_socket".

2018 Oct 19
2
OpenSSH socket forwarding in ssh_config file?
...s, look for LocalForward Pardon me, I've been unclear. I don't mean TCP forwards but UNIX domain socket forwarding. I use LocalForward extensively in my ssh configs for tunnels, but although these command line options: -L [bind_address:]port:host:hostport -L [bind_address:]port:remote_socket -L local_socket:host:hostport -L local_socket:remote_socket work just fine for UNIX domain sockets, all my efforts with UNIX socket file paths have met with failure in the ssh config file, and the ssh_config(5) manual entry doesn't mention them. UNIX domain sockets have the advantag...
2018 Oct 19
2
OpenSSH socket forwarding in ssh_config file?
The ssh command line's -L option has supported socket forwarding for a while, but as far as I can tell the ssh_config file does not, even in 7.9. Is this planned? Or is there some reason this isn't reasonable? Oris there some syntax I've missed? Cheers, Cameron Simpson <cs at cskk.id.au>
2017 Jun 16
2
[PATCH] allow relative path in streamlocal forwarding
..., including the system installation, 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...