summaryrefslogtreecommitdiff
path: root/lib/net/ssh
Commit message (Collapse)AuthorAgeFilesLines
* Remove x25519 workaroundsmfazekas/fix-x25519Miklós Fazekas2021-08-051-1/+0
|
* Workaround for https://github.com/RubyCrypto/x25519/issues/22Miklós Fazekas2021-08-041-0/+2
|
* More debuggingMiklós Fazekas2021-08-041-1/+1
|
* Some debuggingMiklós Fazekas2021-08-041-0/+1
|
* Remove Trailing white spaceFlorian Wininger2021-07-0133-596/+588
|
* Fix empty line for code clarityFlorian Wininger2021-07-0164-103/+54
|
* Add Space after colonFlorian Wininger2021-07-011-1/+1
|
* Fix rubocop issue with last versionFlorian Wininger2021-07-015-55/+47
|
* Merge pull request #775 from maneyko/update_prompt_usage_docsFlorian Wininger2021-07-011-2/+2
|\ | | | | Update Net::SSH::Prompt usage documentation
| * update prompt usage documentationPeter Maneykowski2020-06-261-2/+2
| |
* | Add support for diffie-hellman-group14-sha256, fixes #794mfazekas/diffie-hellman-group14-sha256Richard Schwab2021-03-153-0/+14
| |
* | rc2Miklós Fazekas2021-03-121-1/+1
| |
* | Fixed integration test opensshd killMiklós Fazekas2021-03-121-0/+1
| |
* | 6.2.0 rc1v6.2.0.rc1Miklos Fazekas2020-06-301-1/+1
|/
* Merge pull request #727 from Lapizistik/masterMiklós Fazekas2020-06-121-0/+14
|\ | | | | Add ssh agent lock and unlock
| * Remove trailing blank on agent.rbKlaus Stein2020-06-121-1/+0
| | | | | | Make Rubocop happy.
| * Update lib/net/ssh/authentication/agent.rbKlaus Stein2020-06-121-1/+1
| | | | | | Co-authored-by: Miklós Fazekas <mfazekas@szemafor.com>
| * Update lib/net/ssh/authentication/agent.rbKlaus Stein2020-06-121-1/+1
| | | | | | Co-authored-by: Miklós Fazekas <mfazekas@szemafor.com>
| * Correct typo in commentKlaus Stein2019-11-171-1/+2
| |
| * Add ssh agent lock and unlockKlaus Stein2019-11-171-0/+14
| |
* | 6.2.0.beta1 preparev6.2.0.beta1Miklos Fazekas2020-06-111-2/+2
| |
* | Merge pull request #770 from fwininger/rubocopMiklós Fazekas2020-06-103-3/+3
|\ \ | | | | | | Some coding style improvement
| * | Fix Layout/TrailingBlankLinesFlorian Wininger2020-05-293-3/+3
| | | | | | | | | | | | Signed-off-by: Florian Wininger <fw.centrale@gmail.com>
* | | Rubocop fixesMiklos Fazekas2020-06-102-8/+7
| | |
* | | Implemented rsa-sha2-512, rsa-sha2-256 host_key algsMiklos Fazekas2020-06-105-10/+29
| | |
* | | Merge pull request #767 from sskousen/jruby_ciphersMiklós Fazekas2020-05-291-3/+3
|\ \ \ | | | | | | | | Re-add fix for JRuby
| * | | Switch back to ecbSeth Skousen2020-05-281-3/+3
| | | |
| * | | Re-add logic for JRubySeth Skousen2020-05-271-3/+3
| | | |
* | | | Merge pull request #766 from sskousen/jruby_certMiklós Fazekas2020-05-291-2/+3
|\ \ \ \ | |_|/ / |/| | | Tweak max constant value to work with JRuby 9.1
| * | | Tweak max constant value to work with JRuby 9.1Seth Skousen2020-05-271-2/+3
| |/ /
* | | 6.1 release preparev6.1.0v6.1Miklos Fazekas2020-05-281-1/+1
|/ /
* | 6.1.0.rc1v6.1.0.rc1Miklos Fazekas2020-04-251-3/+3
| |
* | Revert "Make hmac-sha2-{256,512}-etm opt-in"revert-757-opt-in-etm-hmacMiklós Fazekas2020-04-251-4/+3
| |
* | Fix corrupted hmac detectedMiklos Fazekas2020-04-251-1/+1
| |
* | Merge pull request #751 from maxfierke/mf-support_algo_subtractionMiklós Fazekas2020-04-241-3/+17
|\ \ | | | | | | Support algorithm subtraction syntax from ssh_config
| * | Support algorithm subtraction syntax from ssh_configMax Fierke2020-04-141-3/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As per `man ssh_config` for KexAlgorithms, MACs, and similar options: ``` Multiple algorithms must be comma-separated. Alternately if the specified value begins with a '+' character, then the specified methods will be appended to the default set instead of replacing them. If the specified value begins with a '-' character, then the specified methods (including wildcards) will be removed from the default set instead of replacing them. ``` Without this, having these subtraction options in your SSH config will replace the default algorithms and cause Net::SSH to raise with `Net::SSH::Exception` and "could not settle on host_key algorithm". i.e. it uses `-ssh-rsa` as the algorithm, rather than removing `ssh-rsa` from the algorithm preferences.
* | | 6.0.1v6.0.1Miklos Fazekas2020-04-241-1/+1
| | |
* | | Make hmac-md5-96 hmac-sha2-512-etm@openssh.com hmac-sha2-256-etm@openssh.com ↵Miklos Fazekas2020-04-241-3/+4
| | | | | | | | | | | | opt in instead of default because of the currpoted hmac issue
* | | Added new basic hmac integration test for etmMiklos Fazekas2020-04-201-1/+3
| | |
* | | Final releasev6.0.0Miklos Fazekas2020-04-201-1/+1
|/ /
* | Update version.rbMiklós Fazekas2020-03-181-1/+1
| |
* | Merge pull request #745 from uzxmx/masterMiklós Fazekas2020-03-162-2/+12
|\ \ | | | | | | Add set_env option
| * | Add integration test for set_env optionMingxiang Xue2020-03-112-5/+0
| | | | | | | | | | | | Signed-off-by: Mingxiang Xue <mingxiangxue@gmail.com>
| * | Fix rubocop stylesMingxiang Xue2020-03-092-0/+5
| | | | | | | | | | | | Signed-off-by: Mingxiang Xue <mingxiangxue@gmail.com>
| * | Add set_env optionMingxiang Xue2020-03-092-2/+12
| | | | | | | | | | | | Signed-off-by: Mingxiang Xue <mingxiangxue@gmail.com>
* | | Merge pull request #746 from sskousen/masterMiklós Fazekas2020-03-161-1/+10
|\ \ \ | | | | | | | | Limit cert.valid_before to max supported by JRuby
| * | | Only limit value if on JRubySeth Skousen2020-03-121-3/+4
| | | |
| * | | Only limit valid_before if on JRubySeth Skousen2020-03-121-5/+5
| | | |
| * | | Only limit value if on JRubySeth Skousen2020-03-121-1/+6
| | | |
| * | | Limit cert.valid_before to max supported by JRubySeth Skousen2020-03-111-1/+4
| |/ /