[Capistrano] Re: SSH connection fails on windows (add_key method)

2007-05-08 Thread Jamis Buck
Thanks for suggesting that fix, Chris. I'm going to get that in as soon as I can. - Jamis On May 8, 2007, at 4:47 AM, Chris Andrews wrote: > Ah, thanks for testing that out. This getnameinfo issue on Windows > seems to be causing a few problems that have been reported here, > and this see

[Capistrano] Re: SSH connection fails on windows (add_key method)

2007-05-08 Thread Chris Andrews
Ah, thanks for testing that out. This getnameinfo issue on Windows seems to be causing a few problems that have been reported here, and this seems a reasonable fix -- it doesn't cause trouble on either OSX or Linux. Chris. On 08/05/07, dweinand <[EMAIL PROTECTED]> wrote: > > > Thank you, just fou

[Capistrano] Re: SSH connection fails on windows (add_key method)

2007-05-08 Thread dweinand
Thank you, just found your Thread and wanted to tell it here. But you've been faster. Thank you for the fix. Works now on this machine. Great Work! On May 8, 12:16 pm, "Chris Andrews" <[EMAIL PROTECTED]> wrote: > Hi, > > Could you try the suggestion I've just made in that thread? > > "I believe

[Capistrano] Re: SSH connection fails on windows (add_key method)

2007-05-08 Thread Chris Andrews
Hi, Could you try the suggestion I've just made in that thread? "I believe you should also be able to fix this problem without editing your services file, by changing line 108 of net/ssh/transport/session.rb to: ip_address = Socket.getnameinfo(addr, Socket::NI_NUMERICHOST | Socket::NI_NUMERICSER

[Capistrano] Re: SSH connection fails on windows (add_key method)

2007-05-08 Thread dweinand
Doing the things described here won't fix the problem. http://rubyforge.org/forum/forum.php?thread_id=13883&forum_id=1177 Is it a problem with Capistrano or net-ssh? is Capistrano using an different implementation? On 8 Mai, 10:18, dweinand <[EMAIL PROTECTED]> wrote: > Sorry, wrong Information.

[Capistrano] Re: SSH connection fails on windows (add_key method)

2007-05-08 Thread dweinand
Sorry, wrong Information. It isn't working on this machine after adding the ssh_options[:paranoid] = false option. just the add_key method works. I was remote on the wrong box as i tested again. after entering my password i get an SocketError. Full error here: http://pastie.caboo.se/59791 On 8