search for: forwardenv

Displaying 2 results from an estimated 2 matches for "forwardenv".

2002 Jun 03
3
[PATCH] forwarding environment vars ala RFC2026
I have coded a patch witch allows to forward environment variables from the client to the server. To specify forwarding in your ssh client add the option ForwardEnv varname # forward varname with value # as in environment of the # ssh client. If variable is # not defined in the environment # of the ssh client nothing will # be forwarded. ForwardEnv varname=value # forward varname with value UnforwardEnv varname # override ForwardEnv in...
2002 Jul 05
0
environment forwarding patch for 3.4p1
...erver will start the user shell with the forwarded environment variables merged with the standard environemnt provided by the sshd daemon. This will only work for security reasons if the user shell is listed in /etc/shells. The documentation is included in ssh_condfig(5) & sshd_config(5). See ForwardEnv and EnvApproved sections. The patch is an implementation of the method specified in section 4.4 "Environment Variable Passing" of the IETF draft "draft-ietf-secsh-connect-15.txt" (http://www.snailbook.com/docs/connection.txt). The patch is hosted on http://home.t-online.de/hom...