Bug 2065 - double confirmation with ssh-add -c and ControlMaster autoask
Summary: double confirmation with ssh-add -c and ControlMaster autoask
Status: NEW
Alias: None
Product: Portable OpenSSH
Classification: Unclassified
Component: ssh (show other bugs)
Version: 6.0p1
Hardware: All Linux
: P3 normal
Assignee: Assigned to nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-29 12:13 AEDT by Paul Wise
Modified: 2013-02-08 11:21 AEDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Wise 2013-01-29 12:13:51 AEDT
I'm using ssh-add -c so that new ssh connections need confirmation. I'm also using ControlMaster autoask so that new ssh connections use existing connections for reduced login speed. As a result I get two confirmations for initial connections instead of one. It would be nice if the tools could give only one confirmation for both types of connections.

In addition it would be nice if ssh-agent knew something about which host is being connected to and passed that to ssh-askpass.
Comment 1 Damien Miller 2013-02-08 10:21:09 AEDT
Are you using controlpersist? I can't see a way for a double confirmation to occur otherwise.
Comment 2 Paul Wise 2013-02-08 11:21:42 AEDT
Yes, I'm using ControlPersist 60.