Hi all, I'm trying to deploy a rails3 app on an ec2 ubuntu 10.10 instance.
My deploy.rb is set up to use the keys I have in ~/.ssh/: https://gist.github.com/856154 $ ruby --version ruby 1.9.2p180 (2011-02-18 revision 30907) [x86_64-linux] $ cap --version Capistrano v2.5.19 $ rvm --version rvm 1.2.8 by Wayne E. Seguin ([email protected]) [http://rvm.beginrescueend.com/] When I do a cap deploy:setup, it asks for my password. It seems like it attempts to use the public keys but fails: https://gist.github.com/df5a8c6c95e847fc2ff7 Any ideas? -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en
