i'm following this guide
http://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?