I seem to be having a little issue with connecting to a remote server, to rsync my backups
what i have done so far
run ssh-keygen
created public and private key
run ssh-copy-id -i my.key.pub 100.0.0.01
it all connected ok, i even went to remote server and checked
.ssh/authorized_key and confirmed the key was there
but when i run ssh 100.0.0.01 it still asks for a password, plus when i run a cron job to rsync it fails with permission denied.
Does anybody have any ideas as to why it wont connect?