Daniel Mengs

Results 3 issues of Daniel Mengs

From https://net-ssh.github.io/ssh/v2/api/classes/Net/SSH.html :keys_only => set to true to use only private keys from keys and key_data parameters, even if ssh-agent offers more identities. This option is intended for situations where...

Even with all the keys configured in the user's .ssh/config file, added to the ssh agent and the right private key file selected by command line, net-ssh fails to select...

Changed sudo logic for the capistrano own try_sudo, which wasn't working with my environments. Added puppet:bootstrap:debian task. Hope it helps someone, and thanks for the gem :)