Age | Commit message (Expand) | Author |
2014-11-30 | add command aliases for most commonly used commands. | elijah |
2014-11-05 | prompt user to update ssh host keys when a better one is available. closes #6320 | elijah |
2014-11-04 | node init - privilege rsa keys over ecdsa-sha2-nistp256 keys, because screw n... | elijah |
2014-10-28 | support both rsa and ecdsa ssh host keys in `leap node init`. closes #2373 | elijah |
2014-10-28 | autoload some of the external dependencies that are rarely used, so that we d... | elijah |
2014-04-05 | more graceful handling of error for `leap node add` (closes https://leap.se/c... | elijah |
2014-03-24 | better checking of valid node names | elijah |
2014-03-24 | prevent invalid vangrant node names | elijah |
2014-03-19 | yep, another attempt to fix ssh. (now authorized_keys2 is set to insecure vag... | elijah |
2014-03-13 | various ssh key fixes (REQUIRES rebuilding vagrant nodes). | elijah |
2013-09-21 | remove ping from `leap node init` | elijah |
2013-07-29 | allow ssh to disabled nodes | elijah |
2013-07-05 | don't bind hosts in known_hosts to particular ports, since it causes all kind... | elijah |
2013-07-02 | fixed typo: s/remote_node_facts/remove_node_facts/ | elijah |
2013-06-27 | include a note in known_hosts to not edit known_hosts | elijah |
2013-06-26 | bail with message if no ecdsa key found | elijah |
2013-06-21 | fix ecdsa ssh key comparison | elijah |
2013-06-11 | store port in provider's known_hosts to prevent modification of ~/.ssh/known_... | elijah |
2013-06-11 | grab ecdsa ssh host keys, not rsa. | elijah |
2013-06-11 | fix longstanding problem with vagrant nodes: everyone has a different ssh pub... | elijah |
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 run_with_pr... | elijah |
2013-06-02 | now we require a leap_platform/platform.rb config file. | elijah |
2013-05-15 | minor fix to `leap node add` | elijah |
2013-05-15 | better parsing of `leap node add` (fixes #2531) | elijah |
2013-05-13 | fixed bug when seeding values to `leap node add` | elijah |
2013-04-01 | remove supply_drop, add support for puppet_command. | elijah |
2013-03-14 | set hostname on `leap node init` | elijah |
2013-02-28 | provider error when 'node init' finds no nodes. | elijah |
2013-02-23 | minor improvements to wording of inline command help | elijah |
2013-02-08 | improve `leap node add` by auto creating cert and validating ip_address | elijah |
2013-02-07 | added global --yes option | elijah |
2012-12-17 | forbid illegal characters in the node name. | elijah |
2012-12-15 | support `leap node init` with node-filter | elijah |
2012-12-09 | minor cleanup of node command | elijah |
2012-12-08 | added commands 'node add' 'node rm' and 'node mv' | elijah |
2012-12-05 | fixed problems with ruby 1.8 and GLI, and added some tests. | elijah |
2012-11-28 | new system for how directory paths work. now there is a file Leapfile that ma... | elijah |
2012-11-28 | command name shuffle -- grouped more commands together as subcommands | elijah |
2012-11-27 | minor node-init change | elijah |
2012-11-14 | more improvements to logging | elijah |
2012-11-13 | cleaned up logging, and much improved error message when file is not found | elijah |
2012-11-04 | minor cleanup | elijah |
2012-11-01 | fixed generation of authorized_keys and known_hosts: now entries are sorted | elijah |
2012-11-01 | x.509 support -- added certificate authority creation and server cert creation | elijah |
2012-10-30 | fix the generation of the known_hosts file | elijah |
2012-10-29 | respect configured ssh port when doing keyscan | elijah |
2012-10-29 | make typed passwords invisible again (use --echo to make them visible) | elijah |
2012-10-25 | cleaned up the code a bit by adding SshKey class. | elijah |
2012-10-23 | added a bunch of new commands, including init-node and deploy | elijah |