Agreed. OSX has the same problem and ssh_options[:paranoid] = false works around it.
Casey On May 2, 9:24 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I'm also remote deploying from OS X. > > Adding "ssh_options[:paranoid] = false" does solve the problem. > Looking through the 1.0.10 docs, it looks like no hostkey verification > was performed, so this option will set 1.1.0 to behave as it was > before. > > Command-line ssh into the server works fine as it always has, so I'm > still not clear on why Net::SSH is throwing Net::SSH::HostKeyMismatch. > > On May 1, 5:28 pm, Ed Wagner <[EMAIL PROTECTED]> wrote: > > > For what it's worth, I'm seeing the same error on OS X with a pretty > > fresh set of gems. The command line ssh works fine, and net-ssh 1.0.10 > > doesn't complain. The fingerprint that net-ssh 1.1.0 sees is in fact > > different than the one that the command line ssh (OpenSSH_4.5p1) sees. --~--~---------~--~----~------------~-------~--~----~ 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.co.uk/group/capistrano?hl=en -~----------~----~----~----~------~----~------~--~---
