Displaying 1 result from an estimated 1 matches for "emacs_socket".
2017 Feb 15
5
[Bug 2677] New: Provide a way to set an environment variable from ssh_config
...irectly in ssh_config would make things a lot smoother (no messing
with PATH required). Being able to expand environment variables and use
expansions like in the Match directive would be nice, but even a fixed
string would go a long way.
E.g.:
=== Begin .ssh/config ===
Host *.localdomain
SetEnv EMACS_SOCKET=/home/sascha/.emacs.d/server/server.%l
SetEnv GPG_AGENT_INFO=/home/sascha/.gnupg/S.gpg-agent.%l:1:1
Host myserver.localdomain
RemoteForward
/home/sascha/.emacs.d/server/server.mydesktop:/tmp/emacs8193/server
RemoteForward
/home/sascha/.gnupg/S.gpg-agent.mydesktop:/home/sascha/.gnupg/S.gpg...