aboutsummaryrefslogtreecommitdiff
path: root/lib/leap_cli/util/remote_command.rb
AgeCommit message (Collapse)Author
2014-11-24moved core_ext and lib_ext under leap_clidevelopelijah
2014-11-09make sure to specify HostKeyAlgorithms for ssh and rsync. this is needed ↵elijah
because otherwise you can't connect to a server that has ecdsa host key if all you have is an rsa key host key. closes bug #6337
2014-11-03only print out net-ssh info if --debug is activeelijah
2014-10-30less verbose net-ssh loggingelijah
2014-10-28properly debug Net::SSH based on -v log levelelijah
2014-05-27cap puppet verbosity level at 5 and capistrano logger at 3.elijah
2014-05-21fix, once and for all and forever, ssh problems with a weird kludgeelijah
2014-05-20ssh: modified yet again how ssh is used. pin to a newer version of ↵elijah
capistrano that i think handles ~/.ssh/config better, and explicitly specify that ~/.ssh/config should be loaded for Net::SSH connections.
2014-04-04yasf: yet another ssh fix. should make `leap deploy` work better with ↵elijah
~/.ssh/config per-domain settings.
2014-03-13various ssh key fixes (REQUIRES rebuilding vagrant nodes).elijah
2014-03-07added IdentitiesOnly ssh option to both ssh command and ruby Net::SSH ↵elijah
options -- this should prevent ssh from trying all the keys in ~/.ssh. you might still get the error "Too many authentication failures" if you have a ton of keys activated in ~/.ssh/config
2013-06-11store port in provider's known_hosts to prevent modification of ↵elijah
~/.ssh/known_hosts.
2013-06-11fix longstanding problem with vagrant nodes: everyone has a different ssh ↵elijah
pub key, but before leap_cli wanted you to commit these different keys into. Now, for vagrant nodes, we ignore the host key: we don't save it, we don't check it.
2013-06-11added --ip and --port override flags to deploy and init.elijah
2013-06-04add support for `leap facts`. includes some fun new helpers, like ↵elijah
run_with_progress(), capture(), and replace_file!().
2013-04-01remove supply_drop, add support for puppet_command.elijah
2012-11-27improved logging all around.elijah
2012-11-09vagrant supportelijah