Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=XAZWWv/B1UWTviZ2e7GhpoZcq1JsUh/sGTnZkVtW7skhP5r5kN5CnjLukucg+DXFXKeTYRGz6OIFyvT54euKQ9OeRG8RjO5igHprOiw7Mz9SsiKJAHJ3B49I9fbOGwPYnECMkoYI5u/lVh65vplNDUWlfxikDwzjB0p/4+0U8S8= Message-ID: <4d211735041021183421fa60a3@mail.gmail.com> Date: Thu, 21 Oct 2004 18:34:03 -0700 From: Philip Nemec Reply-To: Philip Nemec To: Cygwin List Subject: Re: .bashrc not called for non-interactive ssh sessions In-Reply-To: <6.1.0.6.0.20041021203449.04ec5bb8@pop.prospeed.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <4d211735041021164839ba2ac3 AT mail DOT gmail DOT com> <6 DOT 1 DOT 0 DOT 6 DOT 0 DOT 20041021203449 DOT 04ec5bb8 AT pop DOT prospeed DOT net> X-IsSubscribed: yes I'm not totally sure what you're asking... My shell in /etc/passwd is /bin/bash. Just in case I copied the /etc/defaults/profile to /etc/profile and added a check if that even gets called. /etc/profile *doesn't* get called with a non-interactive ssh which is the correct behavior - only the users ~/.bashrc should be called. I reinstalled the service just in case there was something strange there (like being set to allow service to interact with desktop) - but still no luck... So if you put some echo command in your .bashrc and then run ssh localhost pwd, you see it? On Thu, 21 Oct 2004 20:40:26 -0400, Larry Hall wrote: > At 07:48 PM 10/21/2004, you wrote: > > > >As best as I can tell from the archives and man pages, ~/.bashrc > >should be called when starting an ssh session - both interactive and > >non-interactive. Tests on my Linux box behave as expected: > > > >ssh linuxbox > >ssh linuxbox pwd > >ssh cygwinbox > > > >But ssh cygwinbox pwd does *not* call ~/.bashrc... > > > >>From the bash man page: > > > > Bash attempts to determine when it is being run by the remote shell > > daemon, usually rshd. If bash determines it is being run by rshd, it > > reads and executes commands from ~/.bashrc, if that file exists and is > > readable. It will not do this if invoked as sh. The --norc option may > > be used to inhibit this behavior, and the --rcfile option may be used > > to force another file to be read, but rshd does not generally invoke > > the shell with those options or allow them to be specified. > > > WFM. What's your shell in '/etc/profile'? > > -- > Larry Hall http://www.rfk.com > RFK Partners, Inc. (508) 893-9779 - RFK Office > 838 Washington Street (508) 893-9889 - FAX > Holliston, MA 01746 > > -- 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/