On Sat, Dec 20, 2003 at 07:53:08PM -0500, Brent Bailey wrote:
> ive been trying to get rsync to work with  unattended SSH and syncing of
> file systems
> 
> Anyone have any good luck with doing this ? suggestions ?? any all all
> help is greatly appreciated

you have to create a rsa/dsa keypair without a passphrase
( ssh-keygen(1), just hit enter when asked for the passphrase ). 
save the public key on the remote maschine in
$HOME/.ssh/authorized_keys. then execute rsync with "-e ssh".

for security reasons it is strongly recommended to do this as
non privileged user( _not_ root). use sudo to execute commands
as root when necessary.

hth,
toni
-- 
Kann man etwas nicht verstehen, dann urteile man | toni at stderror dot at 
lieber gar nicht, als dass man verurteile.       | Toni Schmidbauer
-- Rudolf Steiner                                | 

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to