hello, I'm new in capistrano and i could not connect to ssh-agent with capistrano. this command line just work:
ssh -i path/to/my/ssh/key [EMAIL PROTECTED] here is how looks like my deploy.rb : set :domain, 'my.server' ssh_options[:port] = 22 ssh_options[:user] = 'ssh_user' ssh_options[:verbose] = :debug ssh_options[:keys] = 'path/to/my/ssh/key' but got those errors when i launch "cap deploy:check": could not connect to ssh-agent any idea? --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
