Shawn Balestracci wrote: > Hello John, > You made your key to connect to [EMAIL PROTECTED] but forgot the > username in your script so it is attempting to connect to > [EMAIL PROTECTED] instead. > > You can specify the username as the second parameter to the Net:SSH > call. > > Net::SSH.start( domain, 'root' ) do |ssh| > > > Likewise in your actual capistrano recipe, you would want to add: > set :user, 'root' > > Shawn Balestracci > > > On Nov 25, 2007 1:00 AM, John Griffiths
excellent, will try this when i get back home tonight, driving me nuts! -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Deploying Rails" group. To post to this group, send email to rubyonrails-deployment@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-deployment?hl=en -~----------~----~----~----~------~----~------~--~---