[Bug 2153] New: ~/.profile not sourced anymore after upgrade to 6.2p1
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Wed Sep 18 22:14:17 EST 2013
https://bugzilla.mindrot.org/show_bug.cgi?id=2153
Bug ID: 2153
Summary: ~/.profile not sourced anymore after upgrade to 6.2p1
Product: Portable OpenSSH
Version: 6.2p1
Hardware: amd64
OS: Linux
Status: NEW
Severity: minor
Priority: P5
Component: sshd
Assignee: unassigned-bugs at mindrot.org
Reporter: reen at mailinator.com
On a RHEL5 System with openssh-5.3p1-84.1.el6.x86_64 I defined the
variable BLA in ~/.profile:
export BLA=hello
Then I run the following:
# ssh localhost 'echo $BLA'
# hello
I see that the variable BLA is defined.
When I compile openssh-6.2p2 from source and I use the same ssh
configuration files, the variable is not defined anymore:
# ssh localhost 'echo $BLA'
#
And the variable is not set. Is this a Bug?
BR, Reen
--
You are receiving this mail because:
You are watching the assignee of the bug.
More information about the openssh-bugs
mailing list