Hi,
this might be related to the the known_hosts file.
The "key" to that file is the hostname as entered in the connection attempt, so if you have an entry for the "short" hostname there, but none (or a wrong one) for the FQDN, the connection attempt could well fail.
What happens when you try a "normal" ssh connection to either of the two hostname versions?
wmp





by: spectra-qestPosted on 2009-09-07 at 17:12:35ID: 25277973
I got it working.
Sort of.
It works, but I have to put an entry in the hosts file. I think that rsync doesn't like the full dns name of the machine, rather it just wants the hostname. It won't work if I use the FQDN of the computer. So I had to put an entry for the hostname of the machine in the hosts file, which isn't exactly ideal. Does anyone know how to get it to work with the FQDN of the rsync server?