Solution 1 - Regenerate the key
1. Generate your key.
2. Configure ssh to use the key.Your config file should have something similar to the following:You can add IdentitiesOnly yes to ensure ssh uses the specified IdentityFile and no other keyfiles during authentication.
Setting IdentitiesOnly prevents failed authentications