Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-21 | fix, once and for all and forever, ssh problems with a weird kludge | elijah | |
2014-05-20 | ssh: 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-04 | yasf: yet another ssh fix. should make `leap deploy` work better with ↵ | elijah | |
~/.ssh/config per-domain settings. | |||
2014-04-01 | make secrets be utf8 | elijah | |
2014-03-13 | various ssh key fixes (REQUIRES rebuilding vagrant nodes). | elijah | |
2014-03-07 | added 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-07-29 | better seed for secret generation | elijah | |
2013-06-11 | store port in provider's known_hosts to prevent modification of ↵ | elijah | |
~/.ssh/known_hosts. | |||
2013-06-11 | fix 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-11 | added --ip and --port override flags to deploy and init. | elijah | |
2013-06-04 | add support for `leap facts`. includes some fun new helpers, like ↵ | elijah | |
run_with_progress(), capture(), and replace_file!(). | |||
2013-04-02 | added support for hex_secrets | elijah | |
2013-04-01 | remove supply_drop, add support for puppet_command. | elijah | |
2013-03-19 | fix typos | Micah Anderson | |
2013-02-26 | fix for ruby 1.8 compatibility | elijah | |
2012-12-11 | generate secrets that are url compatible | elijah | |
2012-11-27 | improved logging all around. | elijah | |
2012-11-17 | added ability to fingerprint x509 certs | elijah | |
2012-11-09 | vagrant support | elijah | |
2012-11-04 | added automatic secret generation in secrets.json | elijah | |