Displaying 3 results from an estimated 3 matches for "rsync251".
Did you mean:
rsync1
2002 Sep 30
1
Password authentication in a script
...hat a password prompt is always shown.
I have read the archives and the man pages: i have create a rsyncd.secret like this:
rsync:thePassword
Here is my rsyncd.conf file:
[rsync]
path=/
uid=nobody
gid=nobody
auth users=rsync
secrets file=/etc/rsyncd.secret
Here is my batch file on windows:
rsync251-2 -e ssh -av rsync@192.168.1.2:/var/www/ e:\essai
I am always asked the password !
What is the problem ?
Thanks.
Franck
------------------------------------------
Faites un voeu et puis Voila ! www.voila.fr
2002 Oct 02
1
rsync and schedule task
Greetings,
i would like to rsync a client windows with a Linux server and put this in a windows schedule task.
So i have generated ssh key with ssh-keygen on the client and sent it to the server.If i launch manually the rsync it's ok: i am not
asked the password.
But if i plan the task in the task scheduler i am asked the password !
What's wrong ?
Thanks
Franck
2005 Mar 25
0
rsync+auto-ssh
...sue as :
my objective is to use rsync from windows m/c with ssh(auto), so i did
as ...
1) I installed rsync_full.zip, from
http://optics.ph.unimelb.edu.au/help/rsync/rsync_pc1.html
2) It contains following files(c:\rsync) :- cygwin1.dll, gnudate.exe,
rsetup.bat, rsync2.5.1-dev.exe, rsync246.exe, rsync251-2.exe,
drivec.bat, sshd.exe, ssh-keygen.exe, scp.exe, ssh.exe, ssh-add.exe,
ssh-agent.exe
3) Win boxes are win98 & win2000, while linux box is RH9, bimal is a
user on linux box.
4) I am very much able to do rsync and ssh from window boxes to linux
box (manually), it asks me a password
5) he...