On Mon, Apr 27, 2009 at 1:37 PM, mahmoud_cs <mahmoudahmedfo...@yahoo.com>wrote:
> > i deploy my rails application with capistrano and deprec2 to ubuntu > the username is 'mahmoud' > but when i deploy this message display > " connection failed for: 10.0.0.8 > (Net::SSH::AuthenticationFailed: mahmoud) " > what can i do? You can simply verify your connection by doing the following: ssh mahmoud@<hostname> If this doesn't work, then you need to check that you can connect to the host using SSH. Then you'll need to verify that you're using the correct credentials. If it does work, then you'll need to check that you're the correct credentials within your Capistrano configs. Good luck, -Conrad > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegroups.com To unsubscribe from this group, send email to rubyonrails-talk+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---