fgimian / paramiko-expect

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

Windows support #3

Closed fruch closed 10 years ago

fruch commented 10 years ago

I've found this one, and it's a perfect match to what I was looking for i.e. a good python expect that will work on windows

seem like the copy from paramiko is without the windows support it would quite nice to have it https://github.com/paramiko/paramiko/blob/master/demos/interactive.py

(I'll fork and try to implement it, doesn't seem very hard)

fruch commented 10 years ago

see #4, for my pull request closing this one