| 569 | Note: when you try to login the nodes, you might encounter errors like the following: |
| 570 | {{{ |
| 571 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ |
| 572 | @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ |
| 573 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ |
| 574 | IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! |
| 575 | Someone could be eavesdropping on you right now (man-in-the-middle attack)! |
| 576 | It is also possible that a host key has just been changed. |
| 577 | The fingerprint for the RSA key sent by the remote host is |
| 578 | 12:3b:a0:19:db:b8:62:46:5d:a3:e2:06:27:eb:de:e2. |
| 579 | Please contact your system administrator. |
| 580 | Add correct host key in /Users/shuang/.ssh/known_hosts to get rid of this message. |
| 581 | Offending RSA key in /Users/shuang/.ssh/known_hosts:20 |
| 582 | RSA host key for 192.1.242.81 has changed and you have requested strict checking. |
| 583 | Host key verification failed. |
| 584 | }}} |
| 585 | This type of error happens when you have previously logged in a machine with the same IP address and that machine happens not to be the same one as the VM you want to log in. [[BR]] |
| 586 | As a result, this error might happen a lot, especially if you have done experiments on ExoGENI before (since it always uses the same IP range for its VMs and each VM is different from each other, i.e., with different RSA keys). [[BR]] |
| 587 | In this case, simply open ''~/.ssh/known_hosts'' and remove the line corresponding to the IP address you are trying to login. In our case here, find ''192.1.242.81'' and remove that line. [[BR]] |
| 588 | |