Re: [Tutor] SSH with Python

2008-02-27 Thread Jeff Younker
> What's the path to ssh under windows vista? Paramiko is a pure > python implementation of the SSH protocol, so it should run on any > platform. Paramiko rocks. I have a deployment system that works on linux, osx, and windows without a hitch. If you're writing a custom SSH server or doing

Re: [Tutor] SSH with Python

2008-02-27 Thread Eric Walstad
Hey Eric, Eric Brunson wrote: > Eric Walstad wrote: >> Eric Brunson wrote: >> >> import pexpect ... >> child.sendline("nottherealpassword") ... >> > > What's the path to ssh under windows vista? I hope I never have to find out :) > Paramiko is a pure python > implementation of the SSH pro

Re: [Tutor] SSH with Python

2008-02-27 Thread Eric Brunson
Eric Walstad wrote: Eric Brunson wrote: 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 d

Re: [Tutor] SSH with Python

2008-02-27 Thread Eric Walstad
Eric Brunson wrote: > 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 >> downlo

Re: [Tutor] SSH with Python

2008-02-27 Thread Eric Brunson
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. > >

[Tutor] SSH with Python

2008-02-27 Thread Tom
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