I suspect there's a key mismatch in the ~/.ssh/known_hosts file on the remote host. If you log into the remote host and try to do an svn checkout of your code, do you get the same error?

- Jamis

On Apr 23, 2008, at 6:21 PM, Sabotage Media wrote:


I'm currently doing set :deploy_via, :copy but would like to switch to
using :remote_cache. Unfortunately I'm having a bit of an issue with
that.

When doing remote_cache on deploy I get a "Host key verification
failed" error...any ideas why I'd get that error when
doing :remote_cache but not when I do :copy?

Output:

* executing "if [ -d /var/rails/example.com/shared/cached-copy ]; then
svn update -q  -r21 /var/rails/example.com/shared/cached-copy; else
svn checkout -q  -r21 svn+ssh://[EMAIL PROTECTED]/var/www/vhosts/
example.com/svn/example/trunk /var/rails/example.com/shared/cached-
copy; fi"
   servers: ["example.org"]
Password:
   [example.org] executing command
** [err] Host key verification failed.
** [err] svn: Connection closed unexpectedly
   command finished

--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---


Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to