Forum Moderators: bakedjake
30 0 * * * /usr/bin/rsync -ave ssh /home/you/public_html/* you@remoteserver.com:./backups/remote/public_html/
ssh-keygen -t rsa
(no passphrase)
ssh user@server "mkdir .ssh; chmod 700 .ssh"
scp .ssh/id_rsa.pub user@server:.ssh/authorized_keys2
/usr/bin/rsync -avz -e ssh /home/myacct/public_html/public_html remoename@remoteserver.com:ridhaacom
I am getting the following error message:
/etc/ssh/ssh_config line 39: Unsupported option "GSSAPIAuthentication"
Host key verification failed.
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(359)