↧
Answer by Holger Sindbaek for (Net::SSH::AuthenticationFailed: root) when...
I"m not sure what I did wrong and what I did right here. There seems to be a few bugs in rubber.In the end I made a new app, deployed the way it's done in the second half of the Railscast (with...
View ArticleAnswer by Chris Aitchison for (Net::SSH::AuthenticationFailed: root) when...
Rubber expects to be given your EC2 credentials in the YAML file config/rubber/rubber.ymlaccess_key: xxxsecret_access_key: blahaccount: 123To find these values:Sign into AWSIn the top right of the...
View Article(Net::SSH::AuthenticationFailed: root) when deploying Rails app with Rubber...
I'm following this tutorial from Railscast on how to deploy your rails-app to EC2: http://railscasts.com/episodes/347-rubber-and-amazon-ec2I did something and now I keep getting this error whenever I...
View Article