aboutsummaryrefslogtreecommitdiff
path: root/lib/leap_cli/commands/shell.rb
AgeCommit message (Collapse)Author
2014-03-16attempt number 7 to fix ssh problems.elijah
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-07-29allow ssh to disabled nodeselijah
2013-06-27pass verbosity level through to sshelijah
2013-06-25add note about what to do to enable moshelijah
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-02mosh - ensure utf-8 (in order for mosh to work) and remove the mosh title ↵elijah
prefix.
2013-04-18added `leap mosh NODE`elijah
2013-02-23minor improvements to wording of inline command helpelijah
2012-12-15log ssh command at debug levelelijah
2012-12-11hackishly set the terminal titleelijah
2012-11-09vagrant supportelijah
2012-10-30use GlobalKnownHostsFile for rsync and ssh instead of UserKnownHostsFile.elijah
2012-10-29fixed 'leap ssh' with nonstandard portelijah
2012-10-23added a bunch of new commands, including init-node and deployelijah