I AM ABLE to push to my other projects on git w/o requiring login.
However on a new private project, I am now required to enter username/password. I verified my keys.
Interesting that I run ssh -vv LarryEitel@github.com and after verbose log, it returns permission denied.
Any suggestions would be most appreciated.
Thank you 🙂
You probably cloned this specific repository using the https:// URL instead of the ssh URL given on GitHub homepage. You can check that by taking a look at the .git/config file.
Also, to test ssh connection, you should do:
Access is provided by your public ssh key stored on GitHub and not by your user ID.