Git

Fixing SSH key: [email protected]: Permission denied (public key) with GitHub

Once your SSH key has been generated on the server, you should add it to the SSH agent: $ eval “$(ssh-agent -s)” > Agent pid 59566 $ ssh-add ~/.ssh/yourKeyName SSH-agent is a program that manages SSH keys for secure authentication when logging into remote servers. When you add a new key to ssh-agent, you are […]

Fixing SSH key: [email protected]: Permission denied (public key) with GitHub Read More »