Re: ssh2 authentication

2001-03-08 Thread Vineeta
There is a tool called "Expect" which runs fine from cron.It's basically a script wherein you write the commands to be executed.The login and password have to be hardcoded in the script.(I don't know if there is something new which supports encrypted passwds) Take a look at: http://expect.nist

Re: ssh2 authentication

2001-03-08 Thread Bret Hughes
"Mikkel L. Ellertson" wrote: > On Thu, 8 Mar 2001 [EMAIL PROTECTED] wrote: > > > > > > > Is there a way to establish an ssh2 session without being prompted > > for a password? I'm trying to set up a cron job that will perform > > remote backups and I don't want to set up an FTP server for this.

Re: ssh2 authentication

2001-03-08 Thread Mikkel L. Ellertson
On Thu, 8 Mar 2001 [EMAIL PROTECTED] wrote: > > > Is there a way to establish an ssh2 session without being prompted > for a password? I'm trying to set up a cron job that will perform > remote backups and I don't want to set up an FTP server for this. > I've read through the instructions, and h

ssh2 authentication

2001-03-08 Thread stephen
Is there a way to establish an ssh2 session without being prompted for a password? I'm trying to set up a cron job that will perform remote backups and I don't want to set up an FTP server for this. I've read through the instructions, and haven't found anything (anything obvious to me, anyw