summaryrefslogtreecommitdiff
path: root/lib/chef/knife/ssh.rb
Commit message (Expand)AuthorAgeFilesLines
* Update RuboCop config to Ruby 2.6Tim Smith2020-08-031-6/+6
* Replace highline gem with tty-promptVivek Singh2020-07-211-1/+1
* Support legacy DSS host keys with knife-sshTim Smith2020-07-081-0/+4
* Use .match? not =~ when match values aren't necessaryTim Smith2020-06-111-1/+1
* Get lib/ free of spelling violations.Pete Higgins2020-05-181-1/+1
* Knife bootstrap options cleanupLamont Granquist2020-04-171-31/+12
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Fix typoVivek Singh2020-04-061-1/+1
* Lazy load as many knife deps as possibleTim Smith2020-02-061-3/+3
* Fix Exception: NoMethodError: undefined method join for nil:NilClassVivek Singh2019-10-271-0/+6
* Fix knife ssh interactive mode exit errorVivek Singh2019-09-251-1/+1
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-051-4/+4
* Style/NegatedIfLamont Granquist2019-07-051-2/+2
* Style/EmptyLiteralLamont Granquist2019-07-051-2/+2
* Style/MethodCallWithoutArgsParenthesesLamont Granquist2019-07-021-1/+1
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+4
* fix shellout require idempotency and bump gemsLamont Granquist2019-05-241-1/+0
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-3/+3
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-5/+5
* Make sure knife descriptions all have periodsknife_sentences_2Tim Smith2018-07-161-14/+14
* fix Style/PreferredHashMethodsLamont Granquist2018-07-021-2/+2
* fix Layout/LeadingCommentSpaceLamont Granquist2018-07-021-1/+1
* fix Style/HashSyntaxLamont Granquist2018-07-021-65/+65
* Fix up knife loggingtm/investigate_loggingThom May2018-04-111-1/+1
* Merge pull request #6781 from linyows/notice-duplicated-ipThom May2018-02-271-0/+16
|\
| * :police_car:linyows2018-02-271-1/+1
| * support behavior for duplicated_fqdns optionlinyows2018-02-131-8/+10
| * use skip_on_duplicated_fqdns as command optionlinyows2018-01-251-5/+13
| * to warning instead of fatal errorlinyows2018-01-251-3/+2
| * rename variable to fqdnslinyows2018-01-241-5/+5
| * ui.fatal if ssh nodes are duplicatedlinyows2018-01-231-0/+7
* | Added Flag to distinguish between gateway and host key to fix issue #6210 (#6...Erik Parra2018-02-271-7/+8
* | updating paranoid to verify_host_key for net-ssh for 4.2 greater and updating...Vern Burton2018-02-191-1/+1
* | Ignore user SSH key authentication if password is givenChibuikem Amaechi2018-02-011-7/+7
* | Fix "knife ssh" authentication scheme #4342Chibuikem Amaechi2018-02-011-0/+5
* | 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