Rsync, key verification problem, No ECDSA host key is known

Status
Not open for further replies.

mcel

Cadet
Joined
Aug 26, 2013
Messages
1
I have Rsync running on two old PCs (both 1gb ram, 1 TB HDD ufs). One being an identical offsite backup of the other, using Rsync to synchronize the two over ssh.

I've updated them both from 8.3.1-Release-p2 to 9.1.0 yesterday but now I can't get Rsync to work anymore.

I keep getting this set of error messages:
Code:
Aug 26 20:55:01 freenas rsync: No ECDSA host key is known for ["my remote ip"]:47000 and you have requested strict checking.^M
Aug 26 20:55:01 freenas rsync: Host key verification failed.^M
Aug 26 20:55:01 freenas rsync: rsync: connection unexpectedly closed (0 bytes received so far) [sender]
Aug 26 20:55:01 freenas rsync: rsync error: unexplained error (code 255) at io.c(605) [sender=3.0.9]

("my remote ip" being the ip of my offsite backup of course)

I tried generating a new key pair (rsa-2048) and implementing it according to the userguide but still no luck. Its strange because I do not even use a ecdsa keypair for the authentication.

Does anyone know a solution? Have I overlooked something?
 
Status
Not open for further replies.
Top