I've got a script (script-a) which uses ssh to run a script (script-b)
on another system. When I run script-a from the command line,
everything works fine; but when I run it via AutoSys the ssh process
does not go away on the host system. On the target system, script-b
completes and exits normally and the target system drops the
connection, but the ssh process on the host system doesn't go away.
If that doesn't make sense, I can probably explain it better.
Thanks,
Bub