Pierre,
You should check your sshd_config file. Make sure that you have
RhostsAuthentication and X11Forwarding values set to yes, and then restart
(or reload) your sshd.
Furthermore, you need to make sure that the machine you're rsyncing to has a
copy of your public key stored in the ~/.ssh/known_hosts folder, and that
your .rhosts (or .shosts) file is set to mod 0600.
- Deven
-----Original Message-----
From: Pierre Abbat [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 13, 2000 1:02 PM
To: Multiple recipients of list RSYNC
Subject: ssh, public-key, and X
I have successfully rsynced to a remote machine, but I am having two
problems:
it always asks for my password even though I put my public key, and it
doesn't
forward X. How can I troubleshoot these problems?
phma