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

Add support for pxssh functionality of pexpect module. #51

Open ChetanKolhe opened 5 years ago

ChetanKolhe commented 5 years ago

pxssh have good functionality which is very useful. like syn_original_prompt, set_unique_prompt .prompt..etc.

If possible any one can add those functionality ? All logic are available pxssh module of pexpect.

fruch commented 5 years ago

I'm not familiar with those features, and I'm not actively using this package anymore.

I would do my best to help pushing PRs for new features.