Sebelumnya pastikan komputer yang anda remote hidup.
dan sudah di install openssh nya
1. Tetapi komputernya diremot gak bisa dan bagaimana cara mengatasinya?
farid-K46CB farid # ssh root@10.10.10.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ 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 ECDSA key sent by the remote host is
16:a3:86:bf:fd:cd:91:c5:06:a4:29:f6:3c:7d:a5:50.
Please contact your system administrator.
Add correct host key in /root/.ssh/known_hosts to get rid of this message.
Offending ECDSA key in /root/.ssh/known_hosts:3
remove with: ssh-keygen -f "/root/.ssh/known_hosts" -R 10.10.10.2
ECDSA host key for 10.10.10.2 has changed and you have requested strict checking.
Host key verification failed.
Hapus alamat izin yang terdahulu , seperti yang di cetak tebal di atas,
# rm -rf /root/.ssh/known_hosts
Setelah itu coba ulang kembali meremot komputernya,
semoga berhasil,,,!!