Yeah, this is a known regression in Net::SSH 2.0, which I've fixed but not yet released. In the meantime, you can work around it by putting the following in your cap recipe:
ssh_options[:keys] = %w(~/.ssh/id_dsa ~/.ssh/id_rsa) Sorry about that. I'll try to get the updated Net::SSH out this week. (Tonight, if at all possible.) - Jamis On May 5, 2008, at 8:57 PM, Justin wrote: > > After an upgrade to capistrano 2.3.0 my ssh id_rsa key is no longer > being used. If I issue an ssh [EMAIL PROTECTED] command the key works > fine, but the capistrano recipe fails. It was working fine with > 2.2.0. > > It asks for the ssh password which when supplied runs the recipe fine. > > Any pointers? > > --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
