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