Step 1
Generate and Store the SSH Key
ssh-keygen -t rsa -b 4096 -f ~/.ssh/id_rsa -C "[email protected]"ssh-copy-id -i ~/.ssh/id_rsa.pub username@new_instance_ipssh-keygen -t rsa -b 4096 -f ~/.ssh/id_rsa -C "[email protected]"ssh-copy-id -i ~/.ssh/id_rsa.pub username@new_instance_ip