Ok, here was the content of my .caprc ----- require 'decrec/recipes' ssh_options[:keys] = %w(/home/bigdog/.ssh/id_dsa) ssh_options[:paranoid] = false ssh_optons[:forward_agent] =true ---
Obliviously, I had some left over code here from when I was using deprec. Removing this solved the problem. Thanks, Jamis. I was pulling me hair out over this. : ) --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
