summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix issue for ecdh_sha2_nistp256 kex tooMiklos Fazekas2018-05-301-2/+2
* Use host_key_fomrmat to compare sig_type as format can be different from algMiklos Fazekas2018-05-262-6/+15
* 5.0.0.rc1 preparev5.0.0.rc1Miklos Fazekas2018-05-241-1/+1
* Don't keep increasing local_window_size beyond limitsMiklos Fazekas2018-05-241-7/+10
* Merge pull request #595 from jaredbeck/verify_host_key_optionsMiklós Fazekas2018-05-237-113/+139
|\
| * New options for :verify_host_keyJared Beck2018-04-047-62/+88
| * Trim trailing whitespaceJared Beck2018-04-041-51/+51
* | Update proxy to HTTP/1.1Connor Dunn2018-04-091-1/+2
|/
* Add support for Host in Match config blocksMiklos Fazekas2018-03-231-15/+26
* Beta2v5.0.0.beta2Miklos Fazekas2018-03-221-1/+1
* FingerprintHash SHA256|MD5Miklos Fazekas2018-03-224-50/+57
* hmac instead of mac, confusing in networking environmentFlühmann Tobias, INI-ON-NTO-COY-NNI2018-03-221-46/+46
* when key_data option is present we should not try to use default keysJosh Larson2018-03-222-29/+33
* removing unused arguments, flat_map better than map->flattenTiago Cardoso2018-03-211-28/+28
* Whitespace fixeswhitespace-fixesMiklos Fazekas2018-03-2158-283/+387
* add sha256 key fingerprintingTom Maher2018-03-214-55/+95
* Fix test test issueMiklos Fazekas2018-03-212-54/+54
* Updated rubocopMiklos Fazekas2018-03-2175-7990/+8028
* Handle ProxyCommand child in case of timeout and exceptionDima2018-03-041-6/+20
* Merge pull request #540 from fl0at/default_files_sideeffectsMiklós Fazekas2018-02-281-2/+2
|\
| * Merge branch 'master' into default_files_sideeffectsMiklós Fazekas2018-02-0613-71/+108
| |\
| * | Added unit testsScott Paeth2017-07-211-1/+1
| * | Fixed side-effects caused by passing by referenceScott Paeth2017-07-201-1/+1
* | | Fix uninitialized SimpleDelegatorMiklos Fazekas2018-02-081-0/+1
* | | Fix for current arch linux box using openssl-1.1.0gRalf Mueller2018-02-081-2/+2
| |/ |/|
* | Merge pull request #544 from milgner/feature/remove-io-compatMiklós Fazekas2018-02-065-18/+6
|\ \
| * | Remove Net::SSH::Compat.io_selectMarcus Ilgner2017-09-075-18/+6
* | | Merge pull request #570 from mfazekas/openssl-aes-ctrMiklós Fazekas2018-02-062-5/+46
|\ \ \
| * | | Fix aes in case of resetMiklos Fazekas2018-02-061-0/+13
| * | | fix rubocopMiklos Fazekas2018-02-061-1/+3
| * | | Use OpenSSL for aes*-ctrMiklos Fazekas2018-02-062-5/+31
* | | | Merge pull request #561 from chooper/chooper/fix-docsMiklós Fazekas2018-02-061-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix Net::SSH.start docsCharles Hooper2017-12-101-1/+1
| |/ /
* | | improve CTR speed by not mutating the remaining string in a loopHarald Sitter2018-02-051-3/+6
* | | Bump major version, and remove old ruby versionsMiklos Fazekas2018-01-022-4/+4
* | | Replace RbNaCl dependency with ed25519 gemTony Arcieri2018-01-023-23/+11
* | | Add initial Match supportKasumi Hanazuki2017-10-261-17/+34
|/ /
* | 4.2.0v4.2.0Miklos Fazekas2017-09-061-1/+1
|/
* 4.2.0.rc2 prepareMiklos Fazekas2017-07-191-1/+1
* Merge pull request #538 from mfazekas/auth-failure-exceptionMiklós Fazekas2017-07-181-3/+0
|\
| * Removed extra transport close see #529Miklos Fazekas2017-07-181-3/+0
* | Merge pull request #530 from moofkit/fix_debug_output_with_proxyv4.2.0.rc1Miklós Fazekas2017-07-111-2/+2
|\ \ | |/ |/|
| * add special debug message with proxy connectionDmitriy Ivliev2017-06-271-2/+2
* | 4.2.0.rc1 prepareMiklos Fazekas2017-07-111-2/+2
* | Merge pull request #531 from mfazekas/call-process-after-waitMiklós Fazekas2017-07-112-1/+10
|\ \
| * | Call a process after the loop so we actually send stuff enqueued by stuff in ...Miklos Fazekas2017-07-112-1/+10
| |/
* | Merge pull request #524 from jaredbeck/paranoid_is_a_value_judgementMiklós Fazekas2017-06-243-15/+44
|\ \
| * | Rename :paranoid to :verify_host_keyJared Beck2017-06-083-15/+44
* | | Close transport on proxy errorAdam Ruzicka2017-06-212-1/+5
| |/ |/|
* | Refine codeKimura Masayuki2017-06-181-2/+8