[Bug 47958] Re: ssh-agent clobbers LD_LIBRARY_PATH and other environment variables

2022-02-17 Thread Anders Kaseorg
** Changed in: openssh (Ubuntu) Status: Fix Released => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/47958 Title: ssh-agent clobbers LD_LIBRARY_PATH and other environment v

[Bug 47958] Re: ssh-agent clobbers LD_LIBRARY_PATH and other environment variables

2022-02-16 Thread Q1Blue
** Changed in: openssh (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/47958 Title: ssh-agent clobbers LD_LIBRARY_PATH and other environment v

[Bug 47958] Re: ssh-agent clobbers LD_LIBRARY_PATH and other environment variables

2019-02-08 Thread Benjamin Buch
This bug is still present the latest Ubuntu 18.04. ** Changed in: openssh (Ubuntu) Status: Triaged => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/47958 Title: ssh-agent c

[Bug 47958] Re: ssh-agent clobbers LD_LIBRARY_PATH and other environment variables

2012-04-13 Thread IsraeLins
I forgot to say the source of this: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/366728/comments/17 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/47958 Title: ssh-agent clobbers LD_LI

[Bug 47958] Re: ssh-agent clobbers LD_LIBRARY_PATH and other environment variables

2012-04-13 Thread IsraeLins
This works for me: on Ubuntu 11.10 echo STARTUP=\"/usr/bin/env LD_LIBRARY_PATH=\${LD_LIBRARY_PATH} \${STARTUP}\" | sudo tee /etc/X11/Xsession.d/90preserve_ld_library_path -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https:/

[Bug 47958] Re: ssh-agent clobbers LD_LIBRARY_PATH and other environment variables

2011-12-09 Thread axeoth
This bug is still there in the latest (X)ubuntu 12.04 (development) daily ISO. Can someone change in /etc/X11/Xsession.options the line: use-ssh-agent to no-use-ssh-agent ? This is the workaround referenced above and it seems to work well. -- You received this bug notification because you a

[Bug 47958] Re: ssh-agent clobbers LD_LIBRARY_PATH and other environment variables

2011-11-01 Thread Yannick Duchêne
For people seeking for a workaround, there is one in message #21 of this other similar bug report: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/366728 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchp

[Bug 47958] Re: ssh-agent clobbers LD_LIBRARY_PATH and other environment variables

2011-11-01 Thread Yannick Duchêne
Same bug for me. I may define LD_LIBRARY_PATH from .bashrc or .zshrc, it will be OK, but only from a console, and won't be if I run an application from a *.desktop file as an example. So I wanted to define it in .profile, but what ever I do, it seems to be cleared unconditionally after interpretati

[Bug 47958] Re: ssh-agent clobbers LD_LIBRARY_PATH and other environment variables

2010-05-09 Thread Colin Watson
I think our long-term plan for this is to have Upstart manage ssh-agent for user sessions so that ssh-agent no longer needs to be a parent of the other session processes. This is still some way off, though. ** Changed in: openssh (Ubuntu) Status: Confirmed => Triaged -- ssh-agent clobber

[Bug 47958] Re: ssh-agent clobbers LD_LIBRARY_PATH and other environment variables

2007-10-01 Thread Colin Watson
LD_LIBRARY_PATH is unset automatically for set-group-id binaries. ssh-agent is setgid ssh to prevent ptrace attacks (i.e. if it were not setgid, an attacker who had managed to compromise your account could also bypass passphrase protection on your key by ptracing a running ssh- agent). I'm afraid

[Bug 47958] Re: ssh-agent clobbers LD_LIBRARY_PATH and other environment variables

2007-09-30 Thread celil
Have you discovered what unsets the LD_LIBRARY_PATH? Something apparently overrides the value I give it in /etc/profile, but what? -- ssh-agent clobbers LD_LIBRARY_PATH and other environment variables https://bugs.launchpad.net/bugs/47958 You received this bug notification because you are a membe

[Bug 47958] Re: ssh-agent clobbers LD_LIBRARY_PATH and other environment variables

2007-08-23 Thread Alan Jenkins
I seem to be having the same problem with _my_ lifestyle... :-( I'd given up on per-user env vars for awhile, but I'm now installing a new computer so I'm having another go. I tested ~/.pam_environment: PAT OVERRIDE=${PATH} PATH OVERRIDE=/home/alan/bin:${PATH} and this happens [on console login]

[Bug 47958] Re: ssh-agent clobbers LD_LIBRARY_PATH and other environment variables

2007-08-21 Thread Fredrik Tolf
I also managed to find this on my own, but I have to wonder; why is ssh- agent sgid? Searching the entire filesystem after files belonging to the "ssh" group yields no results, so I don't see what benefits ssh-agent would gain from being sgid. Isn't the obvious solution to just remove sgid privile

[Bug 47958] Re: ssh-agent clobbers LD_LIBRARY_PATH and other environment variables

2007-06-18 Thread Bug Watch Updater
** Changed in: openssh (Debian) Status: Unknown => Unconfirmed -- ssh-agent clobbers LD_LIBRARY_PATH and other environment variables https://bugs.launchpad.net/bugs/47958 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-b

[Bug 47958] Re: ssh-agent clobbers LD_LIBRARY_PATH and other environment variables

2007-06-13 Thread Colin Watson
** Changed in: openssh (Ubuntu) Status: Unconfirmed => Confirmed ** Bug watch added: Debian Bug tracker #420454 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=420454 ** Also affects: openssh (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=420454 Importance: Unknown

[Bug 47958] Re: ssh-agent clobbers LD_LIBRARY_PATH and other environment variables

2007-05-05 Thread Luke Plant
Tried the work around script, and I can see from ps that it is 'working' (my LD_LIBRARY_PATH shows up in the command line as it should), but something is still unsetting the variable. I have set the variable in both .bash_profile, and a script in .kde/env/, and in neither my desktop session nor a

[Bug 47958] Re: ssh-agent clobbers LD_LIBRARY_PATH and other environment variables

2007-05-05 Thread Luke Plant
This still happens in Feisty (or else something else is clobbering LD_LIBRARY_PATH). If the work-around above doesn't work, I'll post another comment shortly. -- ssh-agent clobbers LD_LIBRARY_PATH and other environment variables https://bugs.launchpad.net/bugs/47958 You received this bug notific

[Bug 47958] Re: ssh-agent clobbers LD_LIBRARY_PATH and other environment variables

2006-11-26 Thread Jan Schmidt
Argh! Well, this explains why my .profile setting of LD_LIBRARY_PATH doesn't actually survive into my login. -- ssh-agent clobbers LD_LIBRARY_PATH and other environment variables https://launchpad.net/bugs/47958 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/