summaryrefslogtreecommitdiff
path: root/test/test_config.rb
Commit message (Expand)AuthorAgeFilesLines
* Enhance test coding styleFlorian Wininger2021-07-011-29/+29
* Fix rubocop stylesMingxiang Xue2020-03-091-2/+2
* Add set_env optionMingxiang Xue2020-03-091-0/+8
* Test CertificateFile configuration loadingAnders Carling2019-10-311-0/+3
* Enhance unit-test and remove unused file archfour_check.rbFlorian Wininger2019-09-111-26/+26
* Fix style violationsJoshua Morgan2019-08-201-1/+1
* Consider ProxyCommand and ProxyJump togeatherJoshua Morgan2019-08-181-0/+11
* Expose StrictHostKeyChecking from SSH configMichael Smith2019-06-201-2/+6
* Remove translated globals and only set check_host_ip if not already setMiklos Fazekas2019-03-071-2/+6
* Read check host ip from config if presentMiklos Fazekas2019-03-061-0/+10
* Improve processing of ssh_config Match conditionsAleksandrs Ļedovskis2018-11-281-1/+127
* Add support for Host in Match config blocksMiklos Fazekas2018-03-231-1/+49
* FingerprintHash SHA256|MD5Miklos Fazekas2018-03-221-2/+4
* Updated rubocopMiklos Fazekas2018-03-211-19/+18
* Merge branch 'master' into default_files_sideeffectsMiklós Fazekas2018-02-061-1/+8
|\
| * Add initial Match supportKasumi Hanazuki2017-10-261-0/+8
* | Added unit testsScott Paeth2017-07-211-0/+19
|/
* Support multiple identity filesKimura Masayuki2017-06-181-1/+1
* Support including multiple files by a single Include directiveKasumi Hanazuki2017-04-261-0/+1
* Add support for parsing ProxyJump OpenSSH configuration settingRyan McGeary2017-02-101-0/+6
* 4.0.1.rc2 prepareMiklos Fazekas2017-01-031-1/+2
* Always use Net::SSH::Config.expandable_default_filesMatt Casper2017-01-031-0/+8
* Add tests using `Include` keywordKimura Masayuki2016-12-291-0/+10
* rc2 prepare and gemfile updateMiklos Fazekas2016-12-151-7/+7
* ENV["HOME"] might be empty so filter non expandable pathsMiklos Fazekas2016-04-071-1/+19
* Migrated to minitestMiklos Fazekas2016-03-261-1/+1
* Fix incorrect pattern handling in config #310Miklos Fazekas2016-03-061-0/+36
* Read server keepalive from config (fixes: #105)Miklos Fazekas2016-03-051-1/+6
* Add test of config with ProxyCommand and %rDominic Scheirlinck2015-09-041-0/+6
* Password auth will ask for password up to number_of_password_prompts timesMiklos Fazkeas2014-09-261-1/+3
* Support negative patterns in host lookup from the SSH config file.Kevin Menard2014-05-011-0/+6
* Fix to #145. We now have different 'keyboard-interactive' and 'challenge-resp...Miklos Fazkeas2014-04-051-2/+28
* Add config tests for auth parsingliggitt2014-01-291-1/+37
* Automatically forward environment variables defined in OpenSSH config filesRobert Schulze2013-09-091-2/+10
* Removed puts from testdelano2013-07-061-1/+0
* Fixed merge from GabKlein-masterGabKlein-masterdelano2013-07-061-0/+19
|\
| * Update wildcard substition testGabKlein2013-03-281-2/+3
| * Add Host substitution testsGabKlein2013-03-281-0/+18
* | Make sure HOME is an absolute pathTobias Schmidt2013-04-181-0/+5
|/
* Merge remote-tracking branch 'graffic/master'rich2012-01-211-2/+3
|\
| * All tests pass Ruby 1.9.2 on WindowsJavier Gonel2011-02-281-2/+3
* | Add BindAddress support to Net::SSH.Nickolas Means2011-06-281-1/+3
|/
* Allow host aliases to be numeric when parsing ssh_config filesLee Marlow2010-04-211-0/+7
* Fix for "IdentifyFile" in ~/.ssh/config does not work if no "Host" statement ...delano2010-03-201-0/+6
* Added test for plus sign support in sshconfig hostname (Ruby 1.8)delano2010-01-161-1/+6
* Closes GH-6 Added support for specifying a list of hosts in .ssh/config, with...delano2009-08-101-1/+16
* ssh_config parser fixes.Jamis Buck2008-06-071-0/+6
* tests for Net::SSH::ConfigJamis Buck2008-03-221-0/+78