RE: rsync, ssh and DSA key

2006-04-06 Thread khabot
have 'almost' the same version of OpenSSH/SSL and > RSYNC on both computers... > > Good luck > > Johan > > > -Message d'origine- > > De : [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] De la > > part de Shachar Shemesh > >

RE: rsync, ssh and DSA key

2006-04-06 Thread johan.boye
de Shachar Shemesh > Envoyé : jeudi 6 avril 2006 13:52 > À : khabot > Cc : rsync@lists.samba.org > Objet : Re: rsync, ssh and DSA key > > khabot wrote: > > >Thanks for your response > >I have done this, but I execute > > > > >

Re: rsync, ssh and DSA key

2006-04-06 Thread Shachar Shemesh
khabot wrote: >Thanks for your response >I have done this, but I execute > > >>>rsync -avz -e ssh [EMAIL PROTECTED]:/var/mail/ /var/mail >>> >>> >It still askin me for the root password in 10.78.0.117 and for the >passphrase i, 10.78.0.107 >thank you to help > > Your problem probably has

Re: rsync, ssh and DSA key

2006-04-06 Thread khabot
Thanks for your response I have done this, but I execute > > rsync -avz -e ssh [EMAIL PROTECTED]:/var/mail/ /var/mail It still askin me for the root password in 10.78.0.117 and for the passphrase i, 10.78.0.107 thank you to help On Wed, 2006-04-05 at 20:23, Bob Hutchinson wrote: > On Wednesday 05

Re: rsync, ssh and DSA key

2006-04-05 Thread Bob Hutchinson
On Wednesday 05 Apr 2006 16:41, khabot wrote: > hi all > I have generated the key in the source server(10.78.0.107) > ssh-keygen -t dsa -C "[EMAIL PROTECTED]" > I have added this key to authorized_keys2 of the destination > server(10.78.0.117) > cat id_dsa.pub >> /root/.ssh/authorized_keys2 check

rsync, ssh and DSA key

2006-04-05 Thread khabot
hi all I have generated the key in the source server(10.78.0.107) ssh-keygen -t dsa -C "[EMAIL PROTECTED]" I have added this key to authorized_keys2 of the destination server(10.78.0.117) cat id_dsa.pub >> /root/.ssh/authorized_keys2 but when I execute rsync -avz -e ssh [EMAIL PROTECTED]:/var/mail