วันอังคาร, สิงหาคม 30, 2554

SSH Problem: REMOTE HOST IDENTIFICATION HAS CHANGED

How to fix "REMOTE HOST IDENTIFICATION HAS CHANGED"

by execute this command

# ssh-keygen -f "<home path>/.ssh/known_hosts" -R <IP address that going to connect>

Example:
    ssh-keygen -f "/root/.ssh/known_hosts" -R 192.168.1.85

When try to connect again this time it will ask to accept a new fingerprint.

Use this solution at your own risk ;)