You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 28, 2024. It is now read-only.
I've tried the paramiko_expect-tail-demo sample since I started to receive the "excess time RECV_READY..." err on my code .
tried sample and got the prompt too.
i noticed the following:
line 39 : interact.expect(prompt)
# Send the tail command
interact.send('tail -f /var/log/syslog')
so, is this example working? as the message implies that the code order will fail.
I've tried the paramiko_expect-tail-demo sample since I started to receive the "excess time RECV_READY..." err on my code .
tried sample and got the prompt too.
i noticed the following:
line 39 : interact.expect(prompt)
so, is this example working? as the message implies that the code order will fail.