Saturday, July 16, 2011

Starting SSH on Remnux

Do the samething for RSA keys as well.

1 comment:

  1. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    @ 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 RSA key sent by the remote host is
    ef:dc:60:86:17:db:53:09:02:08:5e:d6:b7:21:e9:a2.
    Please contact your system administrator.
    Add correct host key in /home/bala/.ssh/known_hosts to get rid of this message.
    Offending RSA key in /home/bala/.ssh/known_hosts:1
    remove with: ssh-keygen -f "/home/bala/.ssh/known_hosts" -R 192.168.56.101
    RSA host key for 192.168.56.101 has changed and you have requested strict checking.
    Host key verification failed.
    lost connection
    bala@desktop:~$ ssh-keygen -f "/home/bala/.ssh/known_hosts" -R 192.168.56.101
    /home/bala/.ssh/known_hosts updated.
    Original contents retained as /home/bala/.ssh/known_hosts.old
    bala@desktop:~$

    ReplyDelete