Bug 2065

Summary: double confirmation with ssh-add -c and ControlMaster autoask
Product: Portable OpenSSH Reporter: Paul Wise <pabs3>
Component: sshAssignee: Assigned to nobody <unassigned-bugs>
Status: NEW ---    
Severity: normal CC: djm
Priority: P3    
Version: 6.0p1   
Hardware: All   
OS: Linux   

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.