On Jan 16, 9:24 am, jrpfinch <[EMAIL PROTECTED]> wrote:
> I'm attempting to use thepxsshto execute commands on a remote
> machine and do stuff with the output. Both machines are running SSH
> Version Sun_SSH_1.0, protocol versions 1.5/2.0 and Intel Solaris 9.
>
> I am hitting a problem with read_n
On Feb 1, 4:31 pm, Jinno <[EMAIL PROTECTED]> wrote:
> I don't know if anyone ever got back to you with a fix, but for me the
> fix was really simple.
>
> I just added a self.sendline() and a time.sleep(0.5) right before the
> first read_nonblocking() call within synch_original_prompt
Thank you!!!