summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Added test for host_key_formatcert-type-fixMiklos Fazekas2018-05-301-0/+6
* Fix issue for ecdh_sha2_nistp256 kex tooMiklos Fazekas2018-05-301-1/+1
* Use host_key_fomrmat to compare sig_type as format can be different from algMiklos Fazekas2018-05-261-1/+1
* New options for :verify_host_keyJared Beck2018-04-042-15/+64
* Add support for Host in Match config blocksMiklos Fazekas2018-03-232-4/+49
* FingerprintHash SHA256|MD5Miklos Fazekas2018-03-223-37/+59
* when key_data option is present we should not try to use default keysJosh Larson2018-03-222-5/+194
* Whitespace fixeswhitespace-fixesMiklos Fazekas2018-03-2125-146/+166
* add sha256 key fingerprintingTom Maher2018-03-212-12/+122
* Updated rubocopMiklos Fazekas2018-03-2156-2081/+2085
* Handle ProxyCommand child in case of timeout and exceptionDima2018-03-042-5/+27
* Merge branch 'master' into default_files_sideeffectsMiklós Fazekas2018-02-068-23/+88
|\
| * Merge pull request #544 from milgner/feature/remove-io-compatMiklós Fazekas2018-02-061-7/+4
| |\
| | * Remove Net::SSH::Compat.io_selectMarcus Ilgner2017-09-071-7/+4
| * | Fix aes in case of resetMiklos Fazekas2018-02-061-9/+55
| * | Replace RbNaCl dependency with ed25519 gemTony Arcieri2018-01-024-6/+6
| * | Add initial Match supportKasumi Hanazuki2017-10-262-0/+23
| |/
* | Added unit testsScott Paeth2017-07-211-0/+19
|/
* Merge pull request #538 from mfazekas/auth-failure-exceptionMiklós Fazekas2017-07-183-6/+36
|\
| * Removed extra transport close see #529Miklos Fazekas2017-07-181-5/+3
| * Test for proxy close and test for invalid auth failureMiklos Fazekas2017-07-182-1/+33
* | Merge pull request #530 from moofkit/fix_debug_output_with_proxyv4.2.0.rc1Miklós Fazekas2017-07-111-8/+41
|\ \ | |/ |/|
| * add special debug message with proxy connectionDmitriy Ivliev2017-06-271-8/+41
* | Merge pull request #531 from mfazekas/call-process-after-waitMiklós Fazekas2017-07-111-1/+2
|\ \
| * | Call a process after the loop so we actually send stuff enqueued by stuff in ...Miklos Fazekas2017-07-111-1/+2
| |/
* | Merge pull request #524 from jaredbeck/paranoid_is_a_value_judgementMiklós Fazekas2017-06-241-12/+12
|\ \
| * | Rename :paranoid to :verify_host_keyJared Beck2017-06-081-12/+12
* | | Close transport on proxy errorAdam Ruzicka2017-06-211-1/+4
| |/ |/|
* | Support multiple identity filesKimura Masayuki2017-06-183-1/+3
* | Move `none` cipher to end of cipher listBrian Cain2017-06-081-6/+6
|/
* fix typo in append_all_supported_algorithmsjeff-bennett2017-05-091-0/+7
* Support including multiple files by a single Include directiveKasumi Hanazuki2017-04-263-1/+3
* Add a failing test for nested includeAkinori MUSHA2017-03-242-2/+3
* add direct-streamlocal@openssh.com support in Forward classHarald Sitter2017-02-282-0/+94
* do not use rvm group if rvm is disabled (i.e. on travis)Harald Sitter2017-02-271-0/+1
* typo fixHarald Sitter2017-02-271-1/+1
* run rvm installation with --auto-dotfiles to get rvm accessHarald Sitter2017-02-271-0/+1
* do not install gems via ansibleHarald Sitter2017-02-272-6/+1
* give vagrant user grou-writable access to rvm installHarald Sitter2017-02-271-0/+5
* make sure we have the latest bundler installed for all rvm versionsHarald Sitter2017-02-271-0/+1
* sudo -> becomeMiklos Fazekas2017-02-241-2/+4
* Add ssh config file so integartion test passesMiklos Fazekas2017-02-142-4/+33
* Added integration test for Net::SSH::Proxy::JumpRyan McGeary2017-02-101-0/+11
* Add support for parsing ProxyJump OpenSSH configuration settingRyan McGeary2017-02-102-0/+11
* Add Proxy::Jump to simulate ProxyJump option in ssh_configRyan McGeary2017-02-101-0/+51
* s/langauge/language/Akira Matsuda2017-02-101-1/+1
* s/recieved/received/Akira Matsuda2017-02-102-5/+5
* Shallow Errno::EPIPE as causes flaky testsMiklos Fazekas2017-01-191-45/+49
* Merge pull request #487 from dtbartle/bartle-certs-agentMiklós Fazekas2017-01-122-9/+296
|\
| * Add support for adding and removing identities from SSH agents.David Bartley2017-01-122-9/+296