I am writing a script using python pexpect to execute another script on a remote computer. It works fine in normal cases, but if there is time.sleep in the remote script, it doesn't work.
I want to get to the remote computer by running the script in the background and exit. Is it possible?
Can someone suggest an alternative or let me know how to get around this problem?
sethu source share