I\'ve just generated my RSA key pair, and I wanted to add that key to GitHub.
I tried cd id_rsa.pub and id_rsa.pub, but no luck. How can I acce
cd id_rsa.pub
id_rsa.pub
Here's how I found mine on OS X:
cd .ssh
If that doesn't work, do an ls and see what files are in there with a .pub extension.
ls
.pub