Wenn ich mich nun per ssh mit dem Server verbinde kommt erwartungsgemäss folgende Warnung:
Code: Alles auswählen
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ 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
91:8c:61:5b:b3:78:eb:0b:23:ed:28:a3:84:b2:d5:11.
Please contact your system administrator.
Code: Alles auswählen
ssh -o StrictHostKeyChecking=no xx.xx.x.xx
Hat jemand einen Vorschlag?