Hi! I'm using capistrano with git. For git cloning, I use git+ssh. I noticed that in an interactive shell, ssh asks for a password, when cloning a git repository, but when called from capistrano, handle_data() in git.rb doesn't get the password question. I've looked through the code, but I'm not sure where this output goes (perhaps Ruby's ssh implementation doesn't support it?) I solved this by using keys on my servers, but I think it would be nice to support ssh passwords (and perhapse usernames) as well.
Anyone got an idea? --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
