I will try that. It would be nice to document that thing though. I had an
entry in that file but I did not know I could use it.
On 06-May-2011 11:28 PM, "Alex Boisvert" <[email protected]> wrote:
> /5/5 Marc-André Laverdière <[email protected]>
>
>> Hello everyone,
>>
>> Here is my first patch for buildr. I hope that many more are coming :)
>>
>
> Hi Marc-André,
>
> I can see how that fixes the problem for you -- however it would likely
not
> work for other people who rely on key-based auth.
>
> The usual place for this kind of configuration is your ~/.ssh/config file
> where you can define host-specific settings.
>
> Here are the options that net:ssh supports,
> http://net-ssh.github.com/ssh/v2/api/classes/Net/SSH/Config.html
>
> Perhaps you can try adding "PasswordAuthentication yes" in your
> ~/.ssh/config and see if that works.
>
> <http://net-ssh.github.com/ssh/v2/api/classes/Net/SSH/Config.html>alex