summaryrefslogtreecommitdiff
path: root/lib/chef/knife/ssh.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6582 from sarkis/6581-fix-knife-ssh-on-error-behaviorThom May2018-01-291-7/+5
|\
| * refactor on_error optionSarkis Varozian2017-11-111-8/+6
| * use a stricter comparison here so knife ssh only fails ifSarkis Varozian2017-11-101-1/+1
* | Merge pull request #6445 from chef/knife_ssh_identity_fileTim Smith2018-01-221-6/+1
|\ \
| * | Remove deprecated knife ssh --identity-file optionknife_ssh_identity_fileTim Smith2017-09-261-6/+1
| |/
* | Merge pull request #6444 from chef/knife_ssh_csshxThom May2018-01-221-4/+0
|\ \
| * | Remove deprecated knife ssh csshx commandknife_ssh_csshxTim Smith2017-09-261-4/+0
| |/
* | prepping for rubocop 0.52.1lcg/rubocop-0.52.1Lamont Granquist2018-01-171-2/+2
* | Add custom prefix attribute support to knife sshMal Graty2017-11-281-5/+30
* | Refactor SSH attributeMal Graty2017-11-281-31/+18
* | Filter out periods from tmux session nameTony Novak2017-11-201-1/+1
|/
* use ServerAliveInterval option if exists in ssh_config.sawanoboly2017-07-251-0/+4
* Merge pull request #5978 from Oxalide/fix-exit-on-errorSteven Murawski2017-04-041-11/+15
|\
| * fix knife ssh --exit-on-errorMaxime de Roucy2017-03-311-11/+15
* | apply knife search node fuzzifier to knife sshLamont Granquist2017-03-311-2/+2
|/
* Remove unneeded comment and bundle configGrant Ridder2017-03-061-1/+0
* Fix spec testing for ssh_gateway_identity optionGrant Ridder2017-02-211-2/+7
* CHEF-4538 - add an option for gateway_identity_file that will allow key-based...brettcave2017-02-211-1/+9
* Require net-ssh-multi 1.2.1 and remove our monkeypatchTim Smith2017-02-101-1/+0
* Ensure ssh search paginates correctlytm/fix_ssh_searchThom May2017-01-231-25/+36
* pass true as 2nd args for Net::SSH.configuration_for by default.sawanoboly2017-01-161-1/+1
* use the command line prompt for sudo if setlcg/cmdline-password-for-sudoLamont Granquist2016-10-061-0/+1
* fixing Style/MultilineTernaryOperator copLamont Granquist2016-08-161-3/+1
* autofixing Style/IndentAssignment copLamont Granquist2016-08-161-18/+18
* Add default timeoutSalim Alam2016-04-051-1/+2
* Convert timeout config to integersalam/ssh-fixSalim Alam2016-04-011-1/+1
* Add option to set ssh timeoutsalam/timeoutSalim Alam2016-03-291-0/+9
* What's with all the exclamation pointsTim Smith2016-03-051-1/+1
* Autofixing new Perf cops in 0.37.2Lamont Granquist2016-02-231-1/+1
* convert MultilineOperationIndentation style to "indented"Lamont Granquist2016-02-121-2/+2
* remove Chef::Mixin::Command uselcg/useless-run-commandLamont Granquist2016-02-111-3/+0
* autofixing whitespace copsLamont Granquist2016-02-051-7/+7
* auto-fixing some easy copschefstyle/fixesLamont Granquist2016-02-031-1/+1
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* 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