Gönderen Konu: Add correct host key in /root/.ssh/known_hosts to get rid of this message.  (Okunma sayısı 555 defa)

GuvenliHost

  • Yönetici
  • Kahraman Üye
  • *****
  • İleti: 514
  • Karma +10/-0
    • Profili Görüntüle
Alıntı
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@
@ 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
f7:71:b6:b8:e7:f7:32:71:f4:33:24:65:96:0d:e9:29.
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:4
RSA host key for 46.20.2.99 has changed and you have requested strict checking.
Host key verification failed.




Root üzerinden herhangi bir sunucuya bağlanmak istiyorsunuz ama sunucu size bu uyarıyı veriyor

çözüm komutumuz

Hatayı veren sunucumuzdaki known_hosts dosyasını siliyoruz

Kod: [Seç]
rm -rf /root/.ssh/known_hosts

saygılar...