summaryrefslogtreecommitdiff
path: root/lib/chef/knife/ssh.rb
Commit message (Expand)AuthorAgeFilesLines
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-1/+1
* Use double quotes by defaultThom May2016-01-141-24/+24
* Merge pull request #4153 from matschaffer/patch-1Thom May2015-11-251-1/+1
|\
| * Require ShellOut before Knife::SSH definitionMat Schaffer2015-11-111-1/+1
* | DTRT re: identity_fileJeff Blaine2015-11-231-11/+11
* | Migrate to --ssh-identity-file instead of --identity-fileJeff Blaine2015-11-231-1/+5
* | Fix typo in commentGreg Karékinian2015-11-201-1/+1
|/
* Add option --tmux-splitSergey Permyakov2015-10-241-4/+8
* Add tmux-split parameter to knife sshSergey Permyakov2015-10-241-2/+8
* Capitalize sentencesTim Smith2015-10-181-1/+1
* pass ssh_password to sessionsawanoboly2015-10-051-0/+2
* Capitalize first word in sentencesTim Smith2015-09-271-1/+1
* Don't leak extra keys in the options.Noah Kantrowitz2015-09-011-5/+9
* Missed a variable while moving code around.Noah Kantrowitz2015-09-011-1/+1
* Refactor knife ssh options stuff.Noah Kantrowitz2015-09-011-29/+45
* Fix ssh attribute precedence orderIgor Shpakov2015-05-071-28/+26
* Check to make sure that item[:cloud][:public_hostname] is not empty before us...Eric Herot2015-03-241-1/+3
* Modify accesses to HOME to use path_helper instead.Kartik Null Cating-Subramanian2015-03-201-2/+5
* Add --exit-on-error option to knife sshryan/knife_ssh_on_errorRyan Cragun2015-03-031-0/+7
* fix Lint/LiteralInConditionLamont Granquist2015-02-181-1/+1
* Remove node_name lookup in knife ssh error handlerTrevor North2014-09-291-7/+0
* Merge pull request #1520 from curiositycasualty/knife-ssh-identity-fileSerdar Sutay2014-06-251-0/+5
|\
| * Allow csshX to respect identity_filecuriositycasualty2014-06-191-0/+5
* | CHEF-5158: Add some debugging information for knife ssh attributeBryan McLellan2014-06-201-0/+3
* | CHEF-5158: Make the former override_attribute's purpose a bit more clearBryan McLellan2014-06-201-5/+6
* | [CHEF-5158] knife[:attribute] in knife.rb should not override --attribute in ...Hui Hu2014-06-201-3/+1
|/
* require chef/mixin/command in Knife::Ssh to solve below error:sersut2014-05-121-0/+1
* Fixed node_name to be server.hostJJ Asghar2014-03-191-1/+1
* Refactor node search for knife ssh.Jeff Mendoza2014-02-201-32/+36
* Change ssh port attribute to use cloud, reorder priority.Jeff Mendoza2014-02-201-4/+2
* CHEF-4962, knife ssh will use a cloud atttribute for port if available.Jeff Mendoza2014-02-201-13/+24
* add tests and moar commentLamont Granquist2014-01-171-0/+6
* CHEF-2418: rename ssh_password to ssh_password_ngLamont Granquist2014-01-161-6/+11
* CHEF-2418 Added some comments describing prompt for password behaviorBrad Beam2013-12-201-0/+8
* CHEF-2418 Prompt for password if flag specified but password is notBrad Beam2013-12-201-3/+14
* Normalize whitespace on all filesSeth Vargo2013-09-261-2/+2
* Buffer ssh output by line to avoid mangling it.danielsdeleo2013-07-111-5/+19
* Monkey patch for net-ssh-multi that fixes the concurrency issues in net-ssh-m...sersut2013-06-201-0/+1
* Add -A option to knife ssh and knife bootstrapDecklin Foster2013-05-231-0/+7
* Merge branch '10-stable' into integrate-chef-10-18-0danielsdeleo2013-01-171-12/+24
* CHEF-2627: Return non-zero exit code when any ssh command failsMatthew Horan & Ryan Ong2012-12-141-1/+1
* CHEF-2627: Exit with non-zero exit code when ssh command failsMatthew Horan & Ryan Ong2012-12-141-2/+6
* Merge branch '10-stable'Bryan McLellan2012-11-201-4/+7
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+444