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