Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ssh-add: could not add identity xxx agent refused operation

I copied identities id_rsa from an old computer to a new one, both running the same version of Debian. When I do ssh-add I get:

Could not add identity xxx: agent refused operation

Why?

like image 811
leosenko Avatar asked Feb 04 '20 20:02

leosenko


1 Answers

To get ssh-agent running:

eval `ssh-agent`
like image 89
mozboz Avatar answered Nov 15 '22 09:11

mozboz