I have configured my account on GitHub to host my Xcode project.
I followed this article on GitHub official website. All goes fine until i tried to
test everything out:
$ ssh -T git@github.com
Here, i get the following password prompt : Enter the password for the SSH key <<id_rsa>>
I opened the id_rsa file with a text editor, but i didn’t find such password.
My Mac OS is Lion 10.7.4
Am i missing something? thanx in advance.
When you created your ssh keys, you entered a passphrase. This is the password you are looking for.
If you don’t want to enter any password, you can just do your ssh keys again and specifying no passphrase.