| Summary: | Channel not close by sshd Server | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Ajay Jain <ajain> | ||||||||
| Component: | sshd | Assignee: | Assigned to nobody <unassigned-bugs> | ||||||||
| Status: | CLOSED FIXED | ||||||||||
| Severity: | critical | ||||||||||
| Priority: | P2 | ||||||||||
| Version: | 4.3p2 | ||||||||||
| Hardware: | Other | ||||||||||
| OS: | HP-UX | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Ajay Jain
2006-11-22 22:32:26 AEDT
Firstly, that debug trace is from a modified sshd. Can you reproduce your problem with an unmodified current (OpenSSH 4.5p1) sshd? If so, please attach it (ie use "create a new attachment", the one inline is nearly unreadable). Secondly, my guess is that the sessions are hanging waiting for a descriptor to close. Can you please run "lsof" against one of the pids of the commands spawned and the unprivileged sshd? Created attachment 1211 [details]
Attachment contains zip files which include SSH client and server logs
Attachment contains zip files which include SSH client and server logs.
OK, nothing jumps out from the logs. (BTW, please don't zip or compress the logs but just attach them as text files, they're easier to review that way). Another thing to try: does the problem stop if you set 'UsePAM no' in sshd? Created attachment 1212 [details]
Attachment contains SSHD logs
By setting "UsePAM no" in the sshd_config file and restarting the service.
Has not resolved the problem
Created attachment 1213 [details]
Attachment contains SSH client log
Comment on attachment 1212 [details] Attachment contains SSHD logs That output is still from a modified sshd. Can you reproduce this with an unmodified OpenSSH 4.5p1 and can you get lsof output from the processes requested in comment #1? This bug is fixed in the latest release of OpenSSH 4.4p1 (HPUX). so please close this Issue Thanks for following up (BTW, the latest version of OpenSSH is 4.5p1 and it contains a minor security fix) Close resolved bugs after release. |