السلام عليكم ورحمة الله وبركاته
امتلك سيرفر خاص تخيلي على قدي خخخ VPS
وكانت فيه لوحة تحكم صغيرة تطفي السيرفر او تشغله الخ اسمها vePortal
احد الخيارات الموجوده هي OsReload إعادة تنصيب التوزيعه او تنصيب توزيعه لينكس جديدة
بعد ما عملتها لم ستطيع الاتصال بالسيرفر عن طريق برنامج GnomeRDP
رغم ان السيرفر يعمل
لذا ذهبت للشل وكتبت هذا الامر
وهذه ميزة الشل يقولك ايش سبب عدم الاتصال
وهذا الي ظهر لي
[email protected]:~$ ssh -x [email protected]
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@
@ 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
اs4:46:e0:95:77:26:ce:42:d6:54:8e:19:86:yb:ed:y2.
Please contact your system administrator.
Add correct host key in /home/abufahad/.ssh/known_hosts to get rid of this message.
Offending key in /home/abufahad/.ssh/known_hosts:1
RSA host key for 11.22.33.44 has changed and you have requested strict checking.
Host key verification failed.
امتلك سيرفر خاص تخيلي على قدي خخخ VPS
وكانت فيه لوحة تحكم صغيرة تطفي السيرفر او تشغله الخ اسمها vePortal
احد الخيارات الموجوده هي OsReload إعادة تنصيب التوزيعه او تنصيب توزيعه لينكس جديدة
بعد ما عملتها لم ستطيع الاتصال بالسيرفر عن طريق برنامج GnomeRDP
رغم ان السيرفر يعمل
لذا ذهبت للشل وكتبت هذا الامر
كود PHP:
ssh -x root@11.22.33.44
وهذه ميزة الشل يقولك ايش سبب عدم الاتصال
وهذا الي ظهر لي
[email protected]:~$ ssh -x [email protected]
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@
@ 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
اs4:46:e0:95:77:26:ce:42:d6:54:8e:19:86:yb:ed:y2.
Please contact your system administrator.
Add correct host key in /home/abufahad/.ssh/known_hosts to get rid of this message.
Offending key in /home/abufahad/.ssh/known_hosts:1
RSA host key for 11.22.33.44 has changed and you have requested strict checking.
Host key verification failed.
بعد بحث قليل صارت المشكلة تغير المفاتيح
فقط اعمل هذا الامر
فقط اعمل هذا الامر
كود PHP:
ssh-keygen -R 11.22.33.44
استبدل 11.22.33.44 بالايبي او اسم الموقع او اي كان تستخدمه
بعدها مخرجات الامر تكون هكذا
بعدها جرب الاتصال وسينفع معك إن شاء الله
بعدها مخرجات الامر تكون هكذا
/
كود PHP:
home/abufahad/.ssh/known_hosts updated.
Original contents retained as /home/abufahad/.ssh/known_hosts.old
بعدها جرب الاتصال وسينفع معك إن شاء الله