[Bug 1874] New: Cannot enable agent forwarding if persistent master connection exists with no forwarding
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Thu Mar 3 06:55:20 EST 2011
https://bugzilla.mindrot.org/show_bug.cgi?id=1874
Summary: Cannot enable agent forwarding if persistent master
connection exists with no forwarding
Product: Portable OpenSSH
Version: 5.8p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: josh at joshtriplett.org
~$ ssh joshtriplett.org ssh-add -l
Could not open a connection to your authentication agent.
~$ ssh -A joshtriplett.org ssh-add -l
Could not open a connection to your authentication agent.
The second connection made use of the backgrounded master connection
opened by the first connection, which had not yet timed out. Due to
this issue, in order to use SSH agent forwarding, I need to end all SSH
connections over that connection master, "ssh -O exit", and open a new
master connection with agent forwarding. Or, alternatively, I have to
explicitly turn off connection sharing and turn on agent forwarding.
(Originally reported as http://bugs.debian.org/594307)
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
More information about the openssh-bugs
mailing list