environment variables not propagating when i log in via sshd

DePriest, Jason R. jrdepriest@gmail.com
Sun Oct 22 18:34:00 GMT 2006


On 10/20/06, John Owens <> wrote:
>
> How can I make my system environment variables appear when I ssh through sshd?
>
> Thanks -
>
> JDO

What if you use the option to set environment variables when you
install the service with cygrunsrv?

--env VAR=VALUE

You can use this option multiple times (up to 255 times according to
the --help) to set up as many environment options as you need.

I typically use it to redirect TEMP to /tmp for ssh like this
--env TMP=/tmp --env TEMP=/temp

and to set the CYGWIN environment variable
--env CYGWIN=TTY NTSEC SMBNTSEC BIMODE NTEA

These are stored in the registry and should be read every time ssh starts.

-Jason

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list