Hi! I'm new to cap. When I execute cap deploy:setup, i am seeing arcfour error as: [root]# cap deploy:setup [DEPRECATION] Capistrano.configuration is deprecated. Use Capistrano::Configuration.instance instead * executing `deploy:setup' * executing "umask 02 && mkdir -p /u/apps/<app> /u/apps/<app>/ releases /u/apps/<app>/shared /u/apps/<app>/shared/system /u/apps/ <app>/shared/log /u/apps/<app>/shared/pids" servers: ["localhost"] connection failed for: localhost (NotImplementedError: unsupported encryption algorithm: `arcfour')
And deploy.rb has role :web, "localhost" role :app, "localhost" role :db, "localhost", :primary => true It is a linux system. Any suggesstion? Thanks! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---