What was the error message? On Fri, Jul 11, 2008 at 4:15 AM, jney <[EMAIL PROTECTED]> wrote: > > 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? > > >
-- David Medinets, Affy Advice & Coding http://www.affy.com/ http://www.linkedin.com/in/affyadvice --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
