touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #02549
[Bug 1257707] Re: ssh-agent upstart script should not run when gpg-agent is used
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: openssh (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1257707
Title:
ssh-agent upstart script should not run when gpg-agent is used
Status in “openssh” package in Ubuntu:
Confirmed
Bug description:
As mentioned in https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1244736 the ssh-agent upstart script does not check if an ssh-agent instance is already running. This is bad, but fixing this bug does not prevent ssh-agent to be launched when gpg-agent is also used. The gpg-agent upstart script test whether gpg-agent is used or not using the following line:
grep -qs '^[[:space:]]*use-agent' "$GNUPGHOME/gpg.conf" "$GNUPGHOME/options" || { stop; exit 0; }
This should be used to decide whether or not to run ssh-agent.
(Note that the gpg-agent upstart script does not work properly currently because of https://bugs.launchpad.net/ubuntu/+source/gnupg2/+bug/1257706 )
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1257707/+subscriptions