Re: Using pxssh

2007-03-19 Thread Nick Craig-Wood
tereglow <[EMAIL PROTECTED]> wrote: > I am trying to convert some Expect/Tcl code into Python by using the > Pexpect module. The environment is such that authenticated keys are > disabled although SSH is available. I do not have control over this > environment, so I'm trying to automate tasks

Using pxssh

2007-03-19 Thread tereglow
Hello, I am trying to convert some Expect/Tcl code into Python by using the Pexpect module. The environment is such that authenticated keys are disabled although SSH is available. I do not have control over this environment, so I'm trying to automate tasks within it via Expect. I noticed that,