I am using cap deployto deploy a ruby on rails application. Everything works fine so long as I execute ssh-addbefore that. If I don’t, the command cap deploy asks for a password, because my authenticatable identification doesn’t seem to be there anymore.
How can achieve not having to execute ssh-add before every cap deploy?
You should use a
ssh-agentHere are some instructions to get it working