The solution was to create a new key from Xcode and use that. I still have no idea why the key created from terminal using ssh-keygen. I tried using ssh-key -t rsa, it did not work either. The only time it actually works is when the SSH keys are generated from the Xcode.
The solution was to create a new key from Xcode and use that. I still have no idea why the key created from terminal using
ssh-keygen
. I tried usingssh-key -t rsa
, it did not work either. The only time it actually works is when the SSH keys are generated from the Xcode.I guess this is a bug.