[Tutor] SSH with Python

Eric Brunson brunson at brunson.com
Wed Feb 27 19:03:34 CET 2008


Tom wrote:
> I have a webfaction server (highly recommended btw) and I'm trying to
> use automate some tasks over ssh but I'm not having much luck with
> pyssh http://pyssh.sourceforge.net/ .
>
> Some of the docs mention methods that don't exist in the version I
> downloaded, such as pyssh.run.
>
> I'm using windows vista (work pc). Any ideas?
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> http://mail.python.org/mailman/listinfo/tutor
>   
I've never used pyssh, so I can't comment directly on your problems.  We 
use paramiko very successfully.  It's well documented and has excellent 
example code included with the source.

http://www.lag.net/paramiko/




More information about the Tutor mailing list