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
10 hours 49 min ago
15 hours 48 min ago
17 hours 14 min ago
18 hours 7 min ago
19 hours 51 min ago
1 day 14 min ago
1 day 1 hour ago
1 day 3 hours ago
1 day 16 hours ago
1 day 18 hours ago