-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use paramiko or other python ssh library?? #10
Comments
it's a good idea, and it could live side-by-side with the do you want to work on the patch? shouldn't be too hard :) |
I was working on something similar on the rpyc code, I didn't pushed into my fork, it wasn't good enough. I think windows user can simply install msysGit and voila you have ssh. |
Ya, I can look into it; it might not be worth the pain (especially if paramiko doesn't work that well). Thats the nice thing about just using |
Also the ssh package that Fabric uses might be useful here, rather than paramiko. It's a fork of paramiko, created because they were having trouble getting bugfixes in quickly. It's still pretty much the same as paramiko, but is likely to get fixes much faster. URL here: |
thanks. if anyone wants to submit even an experimental patch, that would be very helpful |
is anyone working on such a thing? |
It might be interesting to see what the effects of if a pure-python ssh library is used instead of shelling out to ssh/sftp?
Not sure if it will be better (I haven't used it, but might be a neat idea).
The text was updated successfully, but these errors were encountered: