[Capistrano] Re: Capistrano | Google Groups

2008-05-31 Thread rich_morin
On May 31, 6:46 pm, Jamis Buck <[EMAIL PROTECTED]> wrote: > Thanks for investigating that. It does indeed sound like a bug in   > Net::SSH. I'll get that patched as soon as I can. Great. BTW, many thanks for writing all this useful code! --~--~-~--~~~---~--~~ To u

[Capistrano] Re: Capistrano | Google Groups

2008-05-31 Thread Jamis Buck
Thanks for investigating that. It does indeed sound like a bug in Net::SSH. I'll get that patched as soon as I can. - Jamis On May 31, 2008, at 7:29 PM, Rich Morin wrote: > > OK, figured it out. I was getting my trace from some code I > put in ".../capistrano/configuration/connections.rb": >

[Capistrano] Re: Capistrano | Google Groups

2008-05-31 Thread Jamis Buck
If so, that's a bug. Please do note that on http://capistrano.lighthouseapp.com . Thanks, Jamis On May 31, 2008, at 5:05 PM, rich_morin wrote: > > Indeed, it seems that Cap requires a ~/.ssh/config file, even though > SSH does not. Sigh. > > --~--~-~--~~~---~--~

[Capistrano] Re: Capistrano | Google Groups

2008-05-31 Thread rich_morin
Indeed, it seems that Cap requires a ~/.ssh/config file, even though SSH does not. Sigh. --~--~-~--~~~---~--~~ 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 | Google Groups

2008-05-30 Thread rich_morin
On May 28, 2:21 am, "Henry Addison (Texperts)" <[EMAIL PROTECTED]> wrote: > I had something like: > > Host=localhost > User=username I have no ~/.ssh/config file at all. Do I need one for Cap? (SSH works, interactively) -r --~--~-~--~~~---~--~~ To unsubscribe fro

[Capistrano] Re: Capistrano | Google Groups

2008-05-28 Thread Jamis Buck
Wow, I didn't even realize the .ssh/config supported equals signs. The docs for ssh_config don't indicate that. If anyone wants to submit a patch to support the equals-delimited entries, I'd apply it. - Jamis On May 28, 2008, at 3:21 AM, Henry Addison (Texperts) wrote: Hi Rich, This look

[Capistrano] Re: Capistrano | Google Groups

2008-05-28 Thread Henry Addison (Texperts)
Hi Rich, This looks the error I got when I first moved to Capistrano 2.3 from 2.1 (in particular when I moved from Net::SSH 1.1.2 to 2.0.1). This had me tearing my hair out for a while because it was working on our production servers but not for the test setup on my local machine, but a q

[Capistrano] Re: Capistrano | Google Groups

2008-05-27 Thread Ezra Zygmuntowicz
On May 27, 2008, at 11:03 PM, Rich Morin wrote: > > I'm having trouble getting a "solo" Capistrano app (as discussed > in "Deploying Rails Applications") to work. I'm hoping someone > on this list can give me a hand. > > My impression is that the SSH login is failing, because of some > authoriz