summaryrefslogtreecommitdiff
path: root/lib/net/ssh/config.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix rubocop coding style.Florian Wininger2021-10-251-4/+4
* Merge pull request #765 from dax/fix_translated_strict_host_key_checkingMiklós Fazekas2021-08-101-8/+24
|\
| * Fix StrictHostKeyChecking ssh config parameter translationDavid Rousselie2020-10-121-8/+24
* | Support frozen_string_literalsmfazekas/frozen-literalMiklós Fazekas2021-08-071-1/+1
* | Fix empty line for code clarityFlorian Wininger2021-07-011-1/+0
* | Fix rubocop issue with last versionFlorian Wininger2021-07-011-6/+4
|/
* Add integration test for set_env optionMingxiang Xue2020-03-111-2/+0
* Fix rubocop stylesMingxiang Xue2020-03-091-0/+2
* Add set_env optionMingxiang Xue2020-03-091-0/+2
* Reduce number of lines in method to satisfy rubocopAnders Carling2019-10-311-21/+21
* Restore accidentally reordered valueAnders Carling2019-10-311-1/+1
* Reduce number of lines in block to satisfy rubocopAnders Carling2019-10-311-6/+2
* Place value in globals if we're in a global contextAnders Carling2019-10-311-1/+1
* Support :certkeys and CertificateFile configuration optionAnders Carling2019-10-291-2/+8
* Extract proxy setup into methodJoshua Morgan2019-08-201-11/+15
* Fix style violationsJoshua Morgan2019-08-201-2/+2
* Remove nil value checkJoshua Morgan2019-08-201-5/+3
* Consider ProxyCommand and ProxyJump togeatherJoshua Morgan2019-08-181-10/+21
* Expose StrictHostKeyChecking from SSH configMichael Smith2019-06-201-0/+2
* Remove translated globals and only set check_host_ip if not already setMiklos Fazekas2019-03-071-5/+0
* 5.2.0.rc2 prepareMiklos Fazekas2019-03-061-1/+1
* Read check host ip from config if presentMiklos Fazekas2019-03-061-1/+8
* Improve processing of ssh_config Match conditionsAleksandrs Ļedovskis2018-11-281-5/+15
* Add support for IdentityAgent in ssh_configFrank Groeneveld2018-11-251-0/+2
* Add support for Host in Match config blocksMiklos Fazekas2018-03-231-15/+26
* FingerprintHash SHA256|MD5Miklos Fazekas2018-03-221-0/+2
* Whitespace fixeswhitespace-fixesMiklos Fazekas2018-03-211-29/+30
* Updated rubocopMiklos Fazekas2018-03-211-249/+249
* Merge branch 'master' into default_files_sideeffectsMiklós Fazekas2018-02-061-17/+34
|\
| * Add initial Match supportKasumi Hanazuki2017-10-261-17/+34
* | Added unit testsScott Paeth2017-07-211-1/+1
* | Fixed side-effects caused by passing by referenceScott Paeth2017-07-201-1/+1
|/
* Refine codeKimura Masayuki2017-06-181-2/+8
* Support multiple identity filesKimura Masayuki2017-06-181-1/+4
* Support including multiple files by a single Include directiveKasumi Hanazuki2017-04-261-2/+9
* Resolve relative paths in the Include directive properlyAkinori MUSHA2017-03-241-7/+5
* Add ssh config file so integartion test passesMiklos Fazekas2017-02-141-92/+88
* Add support for parsing ProxyJump OpenSSH configuration settingRyan McGeary2017-02-101-0/+6
* Always use Net::SSH::Config.expandable_default_filesMatt Casper2017-01-031-10/+11
* Use `any?` instead of `select`Kimura Masayuki2016-12-291-6/+6
* Support for `Include` keyword on ssh_configKimura Masayuki2016-12-291-3/+21
* Rubocop update to 0.46.0Miklos Fazekas2016-12-151-1/+1
* Use 1.9 hash syntaxMiklos Fazekas2016-12-111-1/+1
* ENV["HOME"] might be empty so filter non expandable pathsMiklos Fazekas2016-04-071-1/+12
* Fix incorrect pattern handling in config #310Miklos Fazekas2016-03-061-5/+16
* Read server keepalive from config (fixes: #105)Miklos Fazekas2016-03-051-0/+9
* Password auth will ask for password up to number_of_password_prompts timesMiklos Fazkeas2014-09-261-0/+3
* warning: assigned but unused variable - multi_hostAkira Matsuda2014-09-021-1/+0
* warning: assigned but unused variable - hashAkira Matsuda2014-09-021-1/+1
* Support negative patterns in host lookup from the SSH config file.Kevin Menard2014-05-011-2/+12