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

Added support for take_control() to work in windows #4

Closed fruch closed 10 years ago

fgimian commented 10 years ago

Hey there @fruch, thanks a lot for the pull request. I'll check it out over the weekend :smile:

fruch commented 10 years ago

I was on the look for something like pexpect for ssh that is actually cross platform, then i've found out about Fabric, but fabric doesn't handle the use case of interacting with running processes, like working with some kind of console application.

I think your code could fit very nice inside Fabric It already has the same take control api, but lacks the pexpect API.