In case of [email protected]: Permission denied (publickey)
- Add the SSH key to the ssh-agent -- Start ssh-agent in the background run:
eval "$(ssh-agent -s)"
(will result agent id)
- Add the SSH private key to the ssh-agent -- run:
ssh-add ~/.ssh/id_rsa
(where id_rsa is the keyname) -- run:
ssh-add -l -E sha256
(will result identifier id)