Bug 190

Summary: ssh locks while waiting for output of df
Product: Portable OpenSSH Reporter: Joris Esch <jesch>
Component: sshAssignee: OpenSSH Bugzilla mailing list <openssh-bugs>
Status: CLOSED FIXED    
Severity: normal    
Priority: P2    
Version: -current   
Hardware: PPC   
OS: AIX   

Description Joris Esch 2002-03-28 01:00:22 AEDT
$ssh jesch@ciao -v -v -v
...
debug3: Reading output from 'df'
debug3: Time elapsed: 2 msec

At this point ssh waits forever (in this case, because of a bug in df).
Some wrap around code can be useful in some cases.
Comment 1 Kevin Steves 2002-03-31 04:42:29 AEST
what is the df bug that causes this?
we should timeout for no output cases.

can you also try 3.1p1?
Comment 2 Damien Miller 2002-04-17 12:06:20 AEST
You can always take df out of ssh_prng_cmds. Additionally -current has the means
to properly debug the entropy gathering processs (see "man 8 ssh-rand-helper")
Comment 3 Damien Miller 2004-04-14 12:24:18 AEST
Mass change of RESOLVED bugs to CLOSED