| Summary: | hanging ssh on solaris 8 - when script is invoked from solaris 9 | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | S.Miler <smi987> |
| Component: | sshd | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> |
| Status: | CLOSED WORKSFORME | ||
| Severity: | major | ||
| Priority: | P2 | ||
| Version: | 3.7.1p2 | ||
| Hardware: | SPARC | ||
| OS: | Solaris | ||
|
Description
S.Miler
2004-08-17 01:46:37 AEST
I would guess that your script starts something and leaves it running? If so, I further suspect that it leaves some file descriptors open. Try: ssh supportc@machine8 "(/usr/local/bin/my-script /input-file >/dev/null </dev/null 2>&1)" and see also bug #52. 3 months no reply == closed bug. Change all RESOLVED bug to CLOSED with the exception of the ones fixed post-4.4. |