ssh-agent upstart script should not run when gpg-agent is used

Bug #1257707 reported by Guillaume Martres
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
openssh (Ubuntu)
Confirmed
Medium
Unassigned

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 )

Changed in openssh (Ubuntu):
importance: Undecided → Medium
Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in openssh (Ubuntu):
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.