Trying to pull from a git repo, I get this error when doing so:
Permission denied (publickey)
fatal: The remote end hung up unexpectantly
So I try and ssh-add my keyfile, to do this I do:
eval ssh-agent
ssh-add ./bitnami/.ssh/keyFile
and get
Could not open a connection to your authentication agent
I'm sshing into an AWS EC2 with a Bitnami AMI, Ubuntu OS.
I noticed that I had several ssh-agent processes going after several different attempts at evaling my ssh-agent, so I did a
killall ssh-agent
then tried the eval, ssh-add process again, still get "Could not open..." error