SSH登入:WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!
[guoliang@iz2zecm5evly3vhbie5ik4z ~]$ ssh root@192.168.10.181 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ 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 b6:6f:29:a2:9e:46:88:fd:7d:a9:6e:cb:71:12:93:0f. Please contact your system administrator. Add correct host key in /home/guoliang/.ssh/known_hosts to get rid of this message. Offending ECDSA key in /home/guoliang/.ssh/known_hosts:8 ECDSA host key for 192.168.10.181 has changed and you have requested strict checking. Host key verification failed.
解決辦法是找到這個檔案
/home/guoliang/.ssh/known_hosts
把裡面對應目標機器的ip的那行刪除即可。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/20893244/viewspace-2157885/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- SSH 登入失敗:Host key verification failed 的處理方法AI
- Windows配置ssh免密登入linux+VSCode Remote-SSH免密編寫linux程式碼WindowsLinuxVSCodeREM
- vs安裝Remote-SSH 遠端登入主機REM
- ubuntu ssh: connect to host ** port 22: Connection refused ssh登入遠端伺服器時提示Permission denied (publickey,password)Ubuntu伺服器
- vscode ssh key登入VSCode
- 關於SSH登入
- ssh免密登入
- ssh 遠端登入報錯:Unable to negotiate with IP port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dss 解決辦法Go
- ssh免密登入原理
- SSH遠端登入原理
- Linux 遠端 ssh 登入Linux
- 不用 Vagrant SSH 登入 Homestead
- [原創] How to pull code when shared repo commit history has been changedMIT
- ssh進階,免密登入
- ssh遠端登入協議協議
- python中如何寫ssh登入Python
- ssh安全的自動登入
- SSH免密登入詳解
- Mac 上 ssh 別名登入Mac
- Linux伺服器---ssh登入Linux伺服器
- fatal: [192.168.65.128]: UNREACHABLE! => {"changed": false, "msg": "SSH Error: data could not be senFalseError
- Redis Cluster [WARNING] Node 127.0.0.1:7003 has slots in migrating state (15495).Redis127.0.0.1
- linux 設定ssh 免密登入Linux
- ansible 統計 ssh 登入資訊
- Linux——ssh登入很慢解決方法Linux
- hadoop-SSH免密登入配置Hadoop
- ssh免密登入簡單操作
- CentOS監控ssh免密登入CentOS
- Linux - 配置SSH免密登入 - “ssh-keygen”的基本用法Linux
- Warning: Permanently added the RSA host key for IP address '13.250.177.223' to the list of known hos
- ssh: connect to host localhost port 22: Connection refusedlocalhost
- 【備忘錄】配置ssh公鑰登入
- Paramiko SSH登入裝置儲存配置
- SSH 遠端登入「記住密碼」密碼
- Linux更改SSH遠端登入埠教程Linux
- virtual box中ubuntu ssh 登入設定Ubuntu
- SSH登入很慢問題的解決
- ssh-copy-id三步實現SSH免密登入