Ubuntu Github ssh keys issue
- by Alex Baranosky
I followed every step given in this guide:
http://help.github.com/linux-key-setup/
When I get to the end I am able to ssh to [email protected], getting the response:
PTY allocation request failed on channel 0
Hi AlexBaranosky! You've successfully authenticated, but GitHub does not provide shell access.
Connection to github.com closed
But when I go to clone my repo it fails saying:
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
I've used Github a lot, but this is my first use of it from an Ubuntu computer, is there something I am missing here?
Any help is greatly appreciated.
Alex