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." To: cygwin AT cygwin DOT 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 DOT 40663 DOT qmail AT web53002 DOT mail DOT yahoo DOT com> X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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/