Displaying 1 result from an estimated 1 matches for "desktop_group_numb".
Did you mean:
desktop_group_number
2023 Aug 30
2
[Bug 3609] New: Support the special ${RANDOM} environment variable
...file to create a unix
socket
on the remote host, I personally use this socket to map to a local
program
that can receive GUI-related commands, e.g. set clipboard, open a URL
in a browser,
etc, from any commands executed on the remote server. It looks
something like this:
Match host *
SendEnv DESKTOP_GROUP_NUMBER
RemoteForward /tmp/.x-service-debian-x1-7th.sock localhost:1959
Sometimes I have multiple ssh connections to the same machine, e.g.
using
multiple desktops for different areas of work, and the RemoteForward
request will fail because the remote socket has a fixed path and will
already be tak...