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: [email protected]
          Reporter: [email protected]

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.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to