Re: Fw: Net::SCP::Expect

2003-10-01 Thread Jose Malacara
"'Jose Malacara'" <[EMAIL PROTECTED]>; "'R. Joseph Newton'" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, October 01, 2003 9:59 AM Subject: RE: Fw: Net::SCP::Expect > Perhaps you should automate ssh logins by using a key th

RE: Fw: Net::SCP::Expect

2003-10-01 Thread TN
Perhaps you should automate ssh logins by using a key that requires no passphrase, in other words so you can just "ssh [EMAIL PROTECTED]" and you're in with no interaction required. Then you don't need expect for that. Also, have you tried using the hostname IP address, just to see what happens?

Re: Fw: Net::SCP::Expect

2003-10-01 Thread Jose Malacara
. - Original Message - From: "R. Joseph Newton" <[EMAIL PROTECTED]> To: "Jose Malacara" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, October 01, 2003 7:49 AM Subject: Re: Fw: Net::SCP::Expect > Jose Malacara wrote: > > > Sor

Re: Fw: Net::SCP::Expect

2003-10-01 Thread R. Joseph Newton
Jose Malacara wrote: > Sorry if this comes across twice. It bounced back the first time... > > Would someone mind telling me what I am doing wrong here please. I am trying to tie > the SCP Expect module into a backup script I put together, but it keeps failing. I > stripped out all but the SCP e

Fw: Net::SCP::Expect

2003-09-30 Thread Jose Malacara
Sorry if this comes across twice. It bounced back the first time... Would someone mind telling me what I am doing wrong here please. I am trying to tie the SCP Expect module into a backup script I put together, but it keeps failing. I stripped out all but the SCP example code and it still gener