Andy Koch schrieb:
> Well, now that I've joined the group I'm just getting "post happy"
> 
> I've got another issue that seems odd.
> 
> I have an SSH connection that is failing, as in ....
> 
> [EMAIL PROTECTED]:/home/andy/WebApp$ cap pcd:ls
> [DEPRECATION] Capistrano.configuration is deprecated. Use 
> Capistrano::Configuration.instance instead
>    * executing `pcd:ls'
> Dir to ls?
>    * executing "ls -l"
>      servers: ["myserver.com"]
> connection failed for: myserver.com (Net::SSH::AuthenticationFailed: userx)
> 
> ... this is a really simple task, just to isolate the SSH problem.
> What's more, I made a simple test.rb with the SSH business that runs the 
> same 'ls -l' and that script works just fine.
> 
> So I doubt this is really a Net::SSH problem.
> 
> But, if I run this same task (code) on another app and server then it 
> works fine.
> 
> Further, if I do an "ssh myserver.com" from cmd line, that works fine.
> 
> Any ideas?
> 
> Regards,
> 
> Andy Koch
> 
> 
Aaah, never mind

I had the line...
ssh_options[:keys] = %w()

in my deploy.rb file, which I commented out and all is good.

Apologies for the lame post.

/ak


--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to