hang on exit - bug or no bug?
mouring at etoh.eviladmin.org
mouring at etoh.eviladmin.org
Sat Oct 6 03:58:37 EST 2001
[..]
> > - write a separate script for checking that the batch job is doing ok
> > - use intr (yes, Solaris doesn't have one -- write one yourself) on the
> > client side to set a timeout after which to kill ssh
> > - write an intr-like command for the remote side that closes the fds
> > after a timeout and which might be used like so:
> >
> > ssh -n somehost somecommand 2\>\&1 \| iointr -t 30
> > - fix the scripts
>
> - fix the daemons
>
Finxing daemons will solve part of the problem.. but will not solve the
case when you do:
ssh site.com
vi file
ctrl-z
<wander around>
exit
..[hang]
You sure can't close the std* in vi.. It would make it worthless.
- Ben
More information about the openssh-unix-dev
mailing list