I am new to capistrano. Am trying to execute my first command:
[root]# cap deploy:setup
[DEPRECATION] Capistrano.configuration is deprecated. Use
Capistrano::Configuration.instance instead
* executing `deploy:setup'
* executing "umask 02 && mkdir -p /u/apps/<appName> /u/apps/
<appName>/releases /u/apps/<appName>/shared /u/apps/<appName>/shared/
system /u/apps/<app>/shared/log /u/apps/<app>/shared/pids"
servers: ["localhost"]
connection failed for: 107.20.41.6 (NotImplementedError: unsupported
encryption algorithm: `arcfour')
deploy.rb has same localhost server for all roles (web,db, app). I
also tried replacing localhost with ipaddress of server and hostname
of server. But they all give the same arcfour error.
Gems installed on system include:
net-scp (1.0.1)
A pure Ruby implementation of the SCP client protocol
net-sftp (2.0.1)
A pure Ruby implementation of the SFTP client protocol
net-ssh (2.0.2)
a pure-Ruby implementation of the SSH2 client protocol
net-ssh-gateway (1.0.0)
A simple library to assist in establishing tunneled Net::SSH
connections
capistrano (2.3.0)
Capistrano is a utility and framework for executing commands in
parallel on multiple remote machines, via SSH.
Any suggesstion?
Thanks!
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---