ich versuche grade ein RsyncBackup zu realisieren, mit Hilfe von diesem Tutorial:
http://www.howtoforge.com/scheduled-bac ... ebian-etch
Folgende Befehle haben auf dem Backup Server funktioniert:
Wenn ich jetzt jedoch vom Main Server probiere auf den Backup Server zuzugreifen, bekomm ich den Fehler:ssh-keygen -b 4096 -t rsa -C "Backup Key Comment"
cat /root/.ssh/id_rsa.pub >> /root/.ssh/authorized_keys
scp /root/.ssh/id_rsa root@192.168.0.101:/root/.ssh/
Leider kann ich mit der Meldung nicht viel anfangen, die known_hosts Datei scheint encrypted zu sein.ssh -i /root/.ssh/id_rsa root@192.168.0.102
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that the RSA host key has just been changed.
The fingerprint for the RSA key sent by the remote host is
71:f9:1b:fd:1302:a9:2c:70:b5:a1:87:58:b6:6f.
Please contact your system administrator.
Add correct host key in /root/.ssh/known_hosts to get rid of this message.
Offending key in /root/.ssh/known_hosts:1
RSA host key for 192.168.0.102 has changed and you have requested strict checking.
Host key verification failed.
Kann mir jemand sagen wie ich das beheben kann?
Vielen Dank!