0

I'm on ubuntu 11.10. When I need to deploy using capistrano, unless I write

eval `ssh-agent`
ssh-add

the deploy process asks for the git repository password as well as the server access password. Can I set something in my terminal config to stop me having to do this?

Edward
  • 3,429
  • 2
  • 27
  • 43

1 Answers1

0

I think you can able to solve your issue by using ssh public/private key, I think following references helps you to solve it. capistrano problem, Capistrano asks for password when deploying, despite SSH keys

Community
  • 1
  • 1
Hardik Patel
  • 838
  • 5
  • 12