Welcome Guest | Login

capistrano 2.0 setup and ssh problem

I have a problem when trying to use capistrano 2.0.
i'm following this guidehttp://www.hostingrails.com/forums/wiki_thread/46

When I try

cap deploy:setup

I get this error:

...connection failed for: jobyeti.com (Net::SSH::HostKeyMismatch: fingerprint

In the deploy.rb, i tried commenting out
ssh_options[:keys] = %w(/Path/To/id_rsa)            # If you are using ssh_keys
and the problem still occurs.


If I commented out the above line, shouldn't it just prompt for my password?

2007-08-30 01:23 AM

What OS are you deploying from?  Can you paste in the whole output (sensitive info removed)? try changing your hostname to the IP address of your server, or servername.hostingrails.com to try and force a new key pair to be generated.  

2007-08-30 05:10 AM

I had the same problem with Cap 1.4.1. Getting rid of the known_hosts file (same directory as id_dsa) fixed it.

2007-09-07 03:32 PM

Where is the id_rsa file located?

I am having exactly the same problem, and alrready tried using the IP address of my server but I get the same error message.

I am using Mac OSX 10.5.2 and Capistrano v2.1.0 in my development machine.

thanks.

2008-02-14 12:10 PM

It should be under ~/.ssh directory.

2008-02-14 12:35 PM


Hello Guest! In order to post you must be an active client with us, please log in or sign up.