Re: [CentOS] CONNECTING VIA SSH BETWEEN CENTOS 4 AND 5

2008-04-16 Thread Ned Slider
Chris Geldenhuis wrote: Stephen John Smoogen wrote: On Wed, Apr 16, 2008 at 1:32 PM, Chris Geldenhuis <[EMAIL PROTECTED]> wrote: Hi, I am trying to set up an automatic connection between CentOS 4 system (server) and a CentOS 5 DomU VM (client) via ssh to enable my to back up development fil

Re: [CentOS] CONNECTING VIA SSH BETWEEN CENTOS 4 AND 5

2008-04-16 Thread Chris Geldenhuis
Stephen John Smoogen wrote: On Wed, Apr 16, 2008 at 1:32 PM, Chris Geldenhuis <[EMAIL PROTECTED]> wrote: Hi, I am trying to set up an automatic connection between CentOS 4 system (server) and a CentOS 5 DomU VM (client) via ssh to enable my to back up development files on the server to the

Re: [CentOS] CONNECTING VIA SSH BETWEEN CENTOS 4 AND 5

2008-04-16 Thread Stephen John Smoogen
On Wed, Apr 16, 2008 at 1:32 PM, Chris Geldenhuis <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to set up an automatic connection between CentOS 4 system > (server) and a CentOS 5 DomU VM (client) via ssh to enable my to back up > development files on the server to the client with a cron proces

Re: [CentOS] CONNECTING VIA SSH BETWEEN CENTOS 4 AND 5

2008-04-16 Thread Daniel de Kok
On Wed, Apr 16, 2008 at 9:32 PM, Chris Geldenhuis <[EMAIL PROTECTED]> wrote: > I generate they key pair without a pass phrase on the client and copy the > public key to the same user's .ssh directory on the server as > authorized_keys2. Why not 'authorized_keys'? 'authorized_keys2' has become dep

[CentOS] CONNECTING VIA SSH BETWEEN CENTOS 4 AND 5

2008-04-16 Thread Chris Geldenhuis
Hi, I am trying to set up an automatic connection between CentOS 4 system (server) and a CentOS 5 DomU VM (client) via ssh to enable my to back up development files on the server to the client with a cron process. I generate they key pair without a pass phrase on the client and copy the publ