/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
