[Capistrano] Re: capistrano : fails to honor user and password settings?

2008-06-27 Thread heimdull
Nice, That did the job for me. I applied the patch and now my problem is fixed. --~--~-~--~~~---~--~~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano

[Capistrano] Re: capistrano : fails to honor user and password settings?

2008-06-25 Thread Jamis Buck
Try: set :password, lsakdjfd Instead of putting the password directly in ssh_options. - Jamis On Jun 25, 2008, at 3:32 PM, Danbucks wrote: In capistrano (2.2 or 2.4 - I am currently blocked on 2.4 being broken (bad permissions on local_dependency.rb)), I cannot get remote deployment

[Capistrano] Re: capistrano : fails to honor user and password settings?

2008-06-25 Thread Danbucks
Thx - I tried that, and it still doesn't work. Also, now with 2.4 (now with fixed permissions) ... ssh_options[:forward_agent] = true now breaks: /Library/Ruby/Gems/1.8/gems/net-ssh-2.0.2/lib/net/ssh/service/ forward.rb:262:in `auth_agent_channel': uninitialized constant

[Capistrano] Re: capistrano : fails to honor user and password settings?

2008-06-25 Thread Jamis Buck
The NameError is fixed in HEAD, but I haven't had a chance yet to package a new gem. This week, I promise. :( Until then, you can try manually applying this patch: http://github.com/jamis/net-ssh/commit/cdcb65ac9ed69be4ecaeed54326b927c99e2075e - Jamis On Jun 25, 2008, at 4:20 PM,