Displaying 2 results from an estimated 2 matches for "ohannet".
Did you mean:
channel
2006 Oct 24
1
[Bug 1254] Race condition in ssh-agent AUTH_CONNECTION
...Product: Portable OpenSSH
Version: 4.4p1
Platform: ix86
OS/Version: FreeBSD
Status: NEW
Keywords: patch
Severity: normal
Priority: P2
Component: ssh-agent
AssignedTo: bitbucket at mindrot.org
ReportedBy: ohannet at allez-oop.net
In function after_select(), case AUTH_CONNECTION, the do-loop which
handles socket reads will peg my CPU at close to 100% when errno is
EAGAIN.
I'm running FreeBSD 6.2 pre-release, with OpenSSH built from the ports
collection (security/openssh-portable).
The problem only oc...
2009 Aug 18
11
[Bug 1633] New: Race condition in ssh-agent AUTH_CONNECTION
...86
OS/Version: Linux
Status: NEW
Keywords: patch
Severity: normal
Priority: P2
Component: ssh-agent
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: noodle10000 at googlemail.com
CC: djm at mindrot.org, ohannet at allez-oop.net
Depends on: 1254
--- Comment #0 from noodle10000 at googlemail.com 2009-08-19 06:27:26 EST ---
I have the same issue as encountered in bug 1254. When launching
thousands of SSH connections via a script (the open source
taktuk/kanif) using ssh-agent to forward keys, occas...