Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #15535

Re: Unexpected sourcing of ~/.bashrc under ssh

Path csiph.com!goblin2!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail
From Greg Wooledge <wooledg@eeg.ccf.org>
Newsgroups gnu.bash.bug
Subject Re: Unexpected sourcing of ~/.bashrc under ssh
Date Thu, 24 Oct 2019 10:47:52 -0400
Lines 14
Approved bug-bash@gnu.org
Message-ID <mailman.1664.1571928511.9715.bug-bash@gnu.org> (permalink)
References <27440.1571900467@kermit.inria.fr> <20191024144752.GF1408@eeg.ccf.org>
NNTP-Posting-Host lists.gnu.org
Mime-Version 1.0
Content-Type text/plain; charset=us-ascii
X-Trace usenet.stanford.edu 1571928513 24334 209.51.188.17 (24 Oct 2019 14:48:33 GMT)
X-Complaints-To action@cs.stanford.edu
Cc bug-bash@gnu.org
To Francis.Montagnac@inria.fr
Envelope-to bug-bash@gnu.org
Mail-Followup-To Francis.Montagnac@inria.fr, bug-bash@gnu.org
Content-Disposition inline
In-Reply-To <27440.1571900467@kermit.inria.fr>
User-Agent Mutt/1.10.1 (2018-07-13)
X-detected-operating-system by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy]
X-Received-From 139.137.100.1
X-BeenThere bug-bash@gnu.org
X-Mailman-Version 2.1.23
Precedence list
List-Id Bug reports for the GNU Bourne Again SHell <bug-bash.gnu.org>
List-Unsubscribe <https://lists.gnu.org/mailman/options/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=unsubscribe>
List-Archive <https://lists.gnu.org/archive/html/bug-bash>
List-Post <mailto:bug-bash@gnu.org>
List-Help <mailto:bug-bash-request@gnu.org?subject=help>
List-Subscribe <https://lists.gnu.org/mailman/listinfo/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=subscribe>
X-Mailman-Original-Message-ID <20191024144752.GF1408@eeg.ccf.org>
X-Mailman-Original-References <27440.1571900467@kermit.inria.fr>
Xref csiph.com gnu.bash.bug:15535

Show key headers only | View raw


On Thu, Oct 24, 2019 at 09:01:07AM +0200, Francis.Montagnac@inria.fr wrote:
>   When logged on a machine with ssh, executing a simple command CMD1
>   that spawn a "/bin/bash -c some other command" do not source
>   ~/.bashrc: normal behaviour.
> 
>   When executing "CMD1 | CMD2", the ~/.bashrc is sourced: wrong  .

Bash can be built with a compile-time option that causes it to try to
detect when it's the non-interactive child of an ssh session, and source
the user's ~/.bashrc under those conditions.

Many Linux distributions enable this option, because they believe that
their users expect this behavior.

Back to gnu.bash.bug | Previous | Next | Find similar | Unroll thread


Thread

Re: Unexpected sourcing of ~/.bashrc under ssh Greg Wooledge <wooledg@eeg.ccf.org> - 2019-10-24 10:47 -0400

csiph-web