On 29 Paź, 10:07, Lucas <[EMAIL PROTECTED]> wrote: > Hi Matte, > > I have exactly the same problem. Have you made any progress yet? > > Funny thing is, when I tried to determine the version of my net-ssh > gem, I realized it wasn't installed at all. But even after having > installed it, I still get the same error message. > > If I can find out, what's needed, I'd like to implement the missing > functionality myself. Maybe you'd like to join in or at least have > some valuable information to get me started?
I figured out that it has to do with SSH agent forwarding and Pageant. Agent forwarding works only for OpenSSH and derived servers/ clients/agents; Net::SSH module for pageant simulates OpenSSH agent socket, but does not export all methods, thus the obscure error message. Probably switching to either OpenSSH-based SSH implementation on Windows (is there any?), or turning off agent forwarding, or going strictly to password-based auth would fix it. I, however, just logged on to nearby Linux server and deploy from there. I feel more comfortable with Unix commandline than with Windows anyway. Regards, Maciej. --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
