bugzilla-daemon at mindrot.org
2002-Jul-03 22:08 UTC
[Bug 334] New: SSH hangs when run via a cronjob (ssh2)
bugzilla.mindrot.org/show_bug.cgi?id=334 Summary: SSH hangs when run via a cronjob (ssh2) Product: Portable OpenSSH Version: -current Platform: ix86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: ssh AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: egarff at omniture.com SSH hangs upon exit when running from a cronjob. Server only allows SSH2 (does not appear to have the same problem when using Protocol 1). Redhat 6.2 Hardware independant. Using OpenSSL 0.9.5a configure line: ./configure --sysconfdir=/etc --with-tcp-wrappers --without-pam --with-ssl-dir=/usr/local/src/openssl-0.9.5a --with-md5-passwords The application is to execute remote code on another server via "passwordless" ssh. Keys generated are rsa. When run manually (outside cron), executes and exits normally. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
Maybe Matching Threads
- [Bug 334] SSH hangs when run via a cronjob (ssh2)
- Unrelated (was RE: so-called-hang-on-exit)
- [Bug 334] SSH hangs when run via a cronjob (ssh2)
- [Bug 334] SSH hangs when run via a cronjob (ssh2)
- [Bug 273] sshd hangs on shell exit if user spawned child with/bin/nohup