> 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
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
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
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
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 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