- Jamis
On May 22, 2008, at 4:31 PM, john wrote:
Hi Guys, I am trying to get my capistrano setup working for the first time. I have my deploy.rb file, source repo etc all set up and everything is good to go. For some reason I can not authenticate against my remote host and I have no idea why. There should not be a problem. I can log in via ssh (ssh2 port 1021) to my server normally. I am using ubuntu fiesty on my local box and ubuntu dapper on the remote host. My capistrano and dependency versions are: capistrano 2.3.0 net-ssh 2.0.1 net-ssh-gateway 1.0.0 The ssh portions of my deploy.rb file (which I think are correct) are: ssh_options[:port] = 1021 ssh_options[:username] = "my_user_name" ssh_options[:verbose] = :debug I am trying to test it out with 'cap deploy:check' which produces the following output: $ sudo cap deploy:check * executing `deploy:check' * executing "test -d /home/www/my.domain.com/code/releases" servers: ["my.domain.com"] Password: ******connection failed for: host1.softwareassociates.nu (Net::SSH::AuthenticationFailed : deploy)I have no idea why this is not working. I can enter my password but it never authenticates. The debug out put is not helpful. Considering the recent openssh problem I ran the ssh-vulnkey utility which output: Not blacklisted: 2048 my_key_id_here /etc/ssh/ssh_host_rsa_key.pub Not blacklisted: 1024 my_key_id_here /etc/ssh/ssh_host_dsa_key.pub Although my /etc/ssh directory does contain key files with a .broken suffix i.e: ssh_host_dsa_key.broken ssh_host_dsa_key.pub.broken ssh_host_rsa_key.broken ssh_host_rsa_key.pub.broken I am not entirely sure where to start here, any help or advice would be gratefully appreciated, best regards, John --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
smime.p7s
Description: S/MIME cryptographic signature
