X-Spam-Check-By: sourceware.org
Message-ID: <31b7d2790610211847o4cf7bdedwd0cd8eb6151a1a53@mail.gmail.com>
Date: Sat, 21 Oct 2006 20:47:30 -0500
From: "DePriest, Jason R." <jrdepriest@gmail.com>
To: cygwin@cygwin.com
Subject: Re: environment variables not propagating when i log in via sshd
In-Reply-To: <20061021004659.40663.qmail@web53002.mail.yahoo.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <20061021004659.40663.qmail@web53002.mail.yahoo.com>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

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/

