[I already posted this at capistrano.lighthouseapp.com before I found this group.]
I'm trying my first deploy using capistrano. I'm running from Windows, and deploying to nginx/passenger/rails3, using git as the scm. When I try to run it with ssh key forwarding, I get some problems. I setup windows ssh using "eval ssh-agent", "ssh-add", then entering my passphrase. With this I can manually ssh to both the deploy server and the git server from the PC. I can also ssh to the deploy server, then ssh from there to the git server. I can also "git clone" from the git server to the deploy server. In all cases, I don't need to reenter my passphrase. However, when I move to capistrano, and "cap deploy:migrations", I get errors. 1) I'm asked to enter my passphrase. 2) I enter the passphrase, then get the error "Error reading response length from authentication socket ", followed by "permission denied" three times. This seems to be when capistrano is trying to git clone to the deploy server. Deploy.rb has "ssh_options[:forward_agent] = true". Any ideas on what is causing this or how to debug it further ? -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en
