Nevermind. I found the problem. There was a change of IPs for server and client a month ago, and a "rechange" a few days ago. Added the IP to /etc/hosts and recreated the public/private key exchanges, and all is fine now.
For those who are always prompted for a password, try this
Code:
ssh -l root clientIP whoami
and
ssh -l root clientHostName whoami
clientIP: e.g 198.162.2.100
clientHostname: e.g. mediaserver
One of the two should return
while the other returns
Code:
The authenticity of host 'files (198.162.2.123)' can't be established.
RSA key fingerprint is 67:3f:82:e4:1c:6a:71:b8:46:f3:8f:a0:28:c6:f2:25.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'mediaserver' (RSA) to the list of known hosts.
root
After that, run your backup and it should work just mine.
Recent comments
1 day 4 hours ago
1 day 7 hours ago
1 day 8 hours ago
1 day 10 hours ago
1 day 11 hours ago
1 day 13 hours ago
1 day 14 hours ago
2 days 6 hours ago
2 days 7 hours ago
2 days 10 hours ago