When I'm deploying my application from my server using capifony, I need to start by typping those commands for the authentication to work :
$(ssh-agent)
ssh-add
If I disconnect, I have to retype this otherwise I get the following error :
--> Updating code base with remote_cache strategy
** [xx :: err] Error writing to authentication socket.
** [xx :: err] Permission denied (publickey).
** [xx :: err] fatal: Could not read from remote repository.
I'mnot an expert, what does the ssh-agent and ssh-add ? How to avoid repeating this all the time ?
Thanks a lot !