I have followed the steps to configure ssh key for my git account. However I am still unsuccessful. Here is a transcript.
[John@dev gitRepo]$ ssh -T [email protected]
Hi JohnDoe! You've successfully authenticated, but GitHub does not provide shell access.
[John@dev gitRepo]$ git remote update
Fetching origin
Username for 'https://github.com':
As I understand the message in response for ssh attempt is a success. However I should not be prompted for username and password after correctly setting up ssh keys.
The repo is properly setup / cloned earlier as I can access the git account using username and password in that repo.
I appreciate your time and response to resolve this.