Displaying 1 result from an estimated 1 matches for "olocalenvmod".
Did you mean:
localenvmod
2011 Jan 07
1
[RFC/PATCH] ssh: config directive to modify the local environment
...d more
mount directives based on individual hosts.
The LocalEnvMod directive is cumulative and are exectuted in one file in order
(ie. from top to buttom), but in reverse order of file parsing. That is
directives in ~/.ssh/config are executed after /etc/ssh/ssh_config but
command line directives (-oLocalEnvMod=) will be executed last.
If there are security concerns what variables are allowed to change, we could
use a blacklist (HOME, SHELL, ... come to mind).
---
readconf.c | 172 +++++++++++++++++++++++++++++++++++++++-
readconf.h | 11 +++
regress/Makefile | 4 +-...