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

added Varantfile and implemented context manager #20

Closed ghost closed 7 years ago

ghost commented 7 years ago

this patch adds Varantfile for testing and devlopment. this patch adds implementing context manager in SSHClientInteraction class.

fruch commented 7 years ago

@kiseok7 can you rebase on master, to help me test the travis integration ?

ghost commented 7 years ago

i have no experience with rebase ans pull request. i think i do rebase my master from upstream master. should i pull request again?

fruch commented 7 years ago

@kiseok7 looks like you did well

fruch commented 7 years ago

@kiseok7 also you think you can add a section on how to use the vagrant image ? (i'm not much of a vagrant user)

ghost commented 7 years ago

Thank you. I will add it on readme :)