[Capistrano] Re: svn checkout host key validation error, Amazon EC2

2008-05-02 Thread jfrankov
I figured it out... I added a run 'whoami' to the cap task and it said I was user app, not root like I thought. I created a keypair as the app user, and added the public key to the jason user on foo.bar.com. Note that you have to keep the username in the URL or this won't work. Thanks for the

[Capistrano] Re: svn checkout host key validation error, Amazon EC2

2008-05-01 Thread Jamis Buck
I've afraid I've never had that error, so I'm not sure. :( Anyone else have any ideas? - Jamis On May 1, 2008, at 12:20 AM, jfrankov wrote: Thanks for the quick reply Jamis. I've created a keypair on the instance and copied to the jason account on foo.bar.com. Now regular ssh from the

[Capistrano] Re: svn checkout host key validation error, Amazon EC2

2008-04-30 Thread Jamis Buck
I'm not 100% sure what the host key verification failed error is about, but I suspect it is Subversion's SSH connection complaining that it cannot verify the host key of the host it is trying to connect to. Regarding passwordless authentication, you'll need to make sure that you have your