Nathan,
Depending upon how much control you have over the calling machine you
can eliminate the pesky password prompt from ssh altogether by creating
a private/public key pair for the client machine and copy the public key
to the host machine. This way when you ssh to the host you will be
authent
On Fri, Oct 16, 2009 at 1:45 PM, Nathan Farrar wrote:
> I'm trying to automate the collection of data to remote devices over
> ssh via pexpect. I had originally attempted (with limited success) to
> use paramiko, however due to cisco's ssh implimentation I cannot send
> mulitple commands over the
I'm trying to automate the collection of data to remote devices over
ssh via pexpect. I had originally attempted (with limited success) to
use paramiko, however due to cisco's ssh implimentation I cannot send
mulitple commands over the same connection, which is absolutely
essential. Therefore, I'