summaryrefslogtreecommitdiff
path: root/lib/net/ssh/config.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix to #145. We now have different 'keyboard-interactive' and 'challenge-resp...Miklos Fazkeas2014-04-051-6/+22
* Fix test failures by initializing :auth_methodsMiklos Fazekas2014-04-041-1/+1
* Version bump to 2.8.1 with fixes for #145 and #146delano2014-02-191-9/+8
* Restore empty hash behavior for loading nonexistent filesliggitt2014-01-291-7/+21
* removed debug messagestherealjessesanford-masterJesse Sanford2014-01-181-5/+0
* fixed issue with array mungingJesse Sanford2014-01-171-3/+11
* added commentingJesse Sanford2014-01-171-2/+8
* added default that match openssh ssh_config defaultsJesse Sanford2014-01-171-9/+11
* Automatically forward environment variables defined in OpenSSH config filesRobert Schulze2013-09-091-0/+3
* Update config.rbGabriel KLEIN2013-03-111-1/+2
* Add BindAddress support to Net::SSH.Nickolas Means2011-06-281-0/+2
* Support "IdentitiesOnly" directivemusybite-identities-onlyMusy Bite2011-01-171-0/+3
* Allow host aliases to be numeric when parsing ssh_config filesLee Marlow2010-04-211-1/+1
* Fix for "IdentifyFile" in ~/.ssh/config does not work if no "Host" statement ...delano2010-03-201-6/+16
* Support "ProxyCommand none" directiveAndy Lo-A-Foe2010-02-111-3/+5
* Support plus sign in sshconfig hostnamedelano2010-01-151-0/+1
* Add support for the ProxyCommand directive.Akinori MUSHA2009-11-101-0/+4
* Multiple hosts are separated by whitespace, no comma should be put.Akinori MUSHA2009-11-101-4/+4
* Removed debug outputdelano2009-08-101-1/+0
* Closes GH-6 Added support for specifying a list of hosts in .ssh/config, with...delano2009-08-101-6/+11
* Numeric host names in .ssh/config are now parsed correctlyJamis Buck2008-08-261-1/+1
* ssh_config parser fixes.Jamis Buck2008-06-071-2/+10
* add support for 'env' channel requestsJamis Buck2008-03-221-8/+0
* support for :userJamis Buck2008-03-221-2/+3
* support for :host_nameJamis Buck2008-03-221-2/+3
* support for :host_key_aliasJamis Buck2008-03-221-2/+3
* add support for :user_known_hosts_file and :global_known_hosts_fileJamis Buck2008-03-221-7/+11
* docs for Net::SSH::ConfigJamis Buck2008-03-191-40/+87
* start working to improve documentationJamis Buck2008-03-181-2/+2
* (partial) ssh_config supportJamis Buck2008-03-161-0/+127