| Summary: | SSH freezes on cluster machine | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Andrew E. Santosa <andrews> | ||||
| Component: | ssh | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> | ||||
| Status: | CLOSED FIXED | ||||||
| Severity: | normal | ||||||
| Priority: | P2 | ||||||
| Version: | -current | ||||||
| Hardware: | ix86 | ||||||
| OS: | Linux | ||||||
| Attachments: |
|
||||||
|
Description
Andrew E. Santosa
2003-05-28 01:17:48 AEST
Created attachment 313 [details]
ssh -vvv compute-0-14
This is what is being printed out on the screen before ssh hangs
when I ran
ssh -vvv compute-0-14
where compute-0-14 is the name of an affected node in the cluster.
can you keep non-ssh tcp connections up for similar periods? i.e have you ruled out network-level issues? You might also want to set "ClientAliveInterval=120" in sshd_config to work around these. Thank you for your help. The problem was actually caused by remote file access through NFS. Remote execution of my program on a compute node causes some file to be updated. I was not aware that the filesystem where these files resided is actually mounted through NFS. It seems that after a remote execution of my program finishes, and ssh returns, somehow sshd at the remote side still needs to deal with the remote file access, which is somehow stuck, thus making ssh stuck. I have not encountered similar problem after I removed the remote file access from my program. Andrew Mass change of RESOLVED bugs to CLOSED |