fgimian / paramiko-expect

A Python expect-like extension for the Paramiko SSH library which also supports tailing logs.
MIT License
204 stars 78 forks source link

#69 Fixing 0.3.0 expect match issue when channel receives multiple lines … #70

Open vinaykumar-c opened 3 years ago

vinaykumar-c commented 3 years ago

…of strings at the same time

zebbarry commented 3 years ago

I think that was originally changed because checking the entire output everytime caused it to time out? https://github.com/fgimian/paramiko-expect/issues/63