2011年2月26日土曜日

MacのターミナルがSSHで接続できなくなる。


@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ 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
xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx.
Please contact your system administrator.
こんなの出たら!

だまって、macのターミナルから↓の3行を実行。(known_hostsを削除するのだっ!)
$ cd ~/.ssh
$ ls -al
$ rm known_hosts

$ ssh USERNAME@SERVERNAME[Enter]
yes[Enter]

0 件のコメント: