For the past years after a reboot I used to run ssh-add -A that loaded all my keys ( the previously i've added with -k ) back to the agent.
But now I received a new laptop ( MacOSX Monterey ) and the -A is missing.
I cannot find any other argument that can load back all my keys.
How can I load them all at once then ?
ssh-add -Ais there a flag that replaces it ? i can't find such, but the answer that you sent, i already saw it, but all these command lines - i can create a script on my own, i just didn't want to , in all servers i just run-Asimple, this is what i'm looking for – Ricky Levi Aug 22 '22 at 10:59ssh-addwas installed by a 3rd party ( so i had one in/optand another under/usr/binone supported the-Aand the other didn't. – Ricky Levi Aug 22 '22 at 11:21