HOME >  ノート > リビングPCのubuntuにSSHで外部接続できない RSA host key エラー
ヒラメキ1

リビングPCのubuntuにSSHで外部接続できない RSA host key エラー

MACからリビングPCのubuntuに接続しようとしたところ

下記のエラーが発生してし、何度実行しても同じ・・・

$ ssh 192.168.1.100
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ 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
4d:a5:69:eb:42:32:26:9b:ee:e9:b5:df:f0:b7:ce:f0.
Please contact your system administrator.
Add correct host key in /Users/xxxxxxx/.ssh/known_hosts to get rid of this message.
Offending key in /Users/xxxxx/.ssh/known_hosts:1
RSA host key for 192.168.1.11 has changed and you have requested strict checking.
Host key verification failed.

MACが悪いのか?ubuntuが悪いのか?

初めて接続するのにエラーが発生してしまうとは・・・

とりあえず、メッセージ通り再作成してみて対応。無事に接続ができたよ。

$ ssh-keygen -R HOSTNAME