Skip to content

Instantly share code, notes, and snippets.

@ikekou
Last active December 17, 2015 20:29
Show Gist options
  • Save ikekou/5668174 to your computer and use it in GitHub Desktop.
Save ikekou/5668174 to your computer and use it in GitHub Desktop.
[OpenSSH] SSH繋ごうとして、「WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!」というエラーが出たとき
(1)
~/.ssh/known_hosts
を開く
(2)
hoge,192.168.0.1 ssh-rsa AAAAB3N……15s=
のような記述が並んでいるので、該当のホストの行を探し、削除する
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment