vps cloud

Remove the old key from the known hosts.

bash
1
ssh-keygen -f /home/$(whoami)/.ssh/known_hosts -R 'cloud.alphomega.org'

Add the new key to your known_hosts.

bash
1
2
chmod 400 ~/.ssh/id_rsa
ssh -i id_rsa ubuntu@cloud.alphomega.org