search for: jcduell

Displaying 2 results from an estimated 2 matches for "jcduell".

2003 Jun 16
1
[Bug 595] lots of simultaneous ssh's cause sporadic failures
...e sporadic failures Product: Portable OpenSSH Version: -current Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: ssh AssignedTo: openssh-bugs at mindrot.org ReportedBy: jcduell at lbl.gov Openssh seems to fail sporadically if you issue lots of simultaneous ssh commands. Take the following program: #!/bin/sh for NUM in 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15; do ssh foo.bar.com echo $NUM & done So, we're running 16 ssh commands at once, each...
2003 Jun 16
2
errors when running multiple openssh sessions
...nning 10 ssh commands at once. When I run this program once, all I've observed this bug on OpenSSH_3.6.1p1 on Tru64, OpenSSH 3.2.3p1 on an IBM SP, and on OpenSSH 3.5p1-6 on Redhat Linux 9. So I suspect it's a general problem. -- Jason Duell Future Technologies Group <jcduell at lbl.gov> Computational Research Division Tel: +1-510-495-2354 Lawrence Berkeley National Laboratory