I'm on a Windows (XP) machine and I'm trying to use Capistrano to remotely update Rails code from a repository on server to a rails application directory on that same server, and I'm getting a "Host key verification failed" message. The thing that I find odd is that the "git ls-remote" command that runs first is asking for my passphrase and appears to be working fine. It looks like it's the next command (git clone) that's returning the "verification failed" message.
Is it indicative of a problem that the passphrase prompts look slightly different from each other? Enter passphrase for key '/c/Documents and Settings/J. Douglas Quirk/.ssh/id_rsa': versus Enter passphrase for C:/Documents and Settings/J. Douglas Quirk/.ssh/id_rsa: I've put put the command/response sequence at the following link, along with the contents of deploy.rb and Capfile. https://gist.github.com/dougq/5093627 Thanks for any suggestions, Doug -- -- * 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 --- You received this message because you are subscribed to the Google Groups "Capistrano" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
