Kunstmaan / kStrano

kStrano (KumaStrano) is a Capistrano deployment “recipe” for Kunstmaan specific applications to make our job of deploying a lot easier. It integrates with Airbrake, Jenkins and Campfire.
MIT License
13 stars 0 forks source link

Deploy asking for passwords #40

Closed wimvds closed 10 years ago

wimvds commented 11 years ago

As of late I regularly get the dreaded git@git.domain.com's password: Password: messages again. Executing ssh-add resolves this, but it's pretty stupid having to do this over and over again. Can you look into (and fix) this issue so we never have to do that again?

daanporon commented 11 years ago

i already execute ssh-add when you deploy to do fix this issue, but probably it's using the wrong identity on your machine. Problem is i don't really know how this works, i know @krispypen also had this issue some time ago ... don't know if he fixed this. If you know how this works and how to fix this you can also send me a PR :)