Ubuntu Datenübertragen von 2 Servern

pebe190

Herzlich willkommen!
Daten übertragen von einem Server auf einen anderen Server

root@city:~# scp -C -r /var/www/vhosts/city.de/httpdocs/filme/* root@95.200.206.78:/var/www/vhosts/mov.nl/httpdocs/A/filme/


Dieser Fehlercode kommt dann , was ist da falsch ??

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ 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 a host key has just been changed.
The fingerprint for the RSA key sent by the remote host is
f0:4b:05:e1:aa:22:2c:c5:7e:74:64:c3:e4:75:8d:c3.
Please contact your system administrator.
Add correct host key in /root/.ssh/known_hosts to get rid of this message.
Offending RSA key in /root/.ssh/known_hosts:1
remove with: ssh-keygen -f "/root/.ssh/known_hosts" -R 95.200.206.78
RSA host key for 95.200.206.78 has changed and you have requested strict checking.
Host key verification failed.
lost connection
root@city:~# ^C
root@city:~#
 
Die Meldung sagt im wesentlichen aus, dass sich der Fingerprint des Hosts verändert hast und Du sofern eine Verbindung erwünscht ist, den alten Fingerprint aus Deiner ~/.ssh/known_hosts schmeißen solltest.

Scheinbar hat da jemand die Konfiguration umgeschrieben oder das System auf dem Server neu aufgesetzt, dann kann so was schon mal passieren.
 
Oben