summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Remove trailing blank on agent.rbKlaus Stein2020-06-121-1/+0
| * Update lib/net/ssh/authentication/agent.rbKlaus Stein2020-06-121-1/+1
| * Update lib/net/ssh/authentication/agent.rbKlaus Stein2020-06-121-1/+1
| * 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
|\ \
| * | Fix Layout/TrailingBlankLinesFlorian Wininger2020-05-293-3/+3
* | | 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
|\ \ \
| * | | 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.1Seth Skousen2020-05-271-2/+3
| |/ /
* | | 6.1 release preparev6.1.0v6.1Miklos Fazekas2020-05-281-1/+1
|/ /
* | Let use Etc.getpwuid.name() instead of Etc.getlogin to adapt default behavior...Itsuki Noda2020-05-011-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_configMax Fierke2020-04-141-3/+17
* | | 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
* | | 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-163-3/+16
|\ \
| * | Add integration test for set_env optionMingxiang Xue2020-03-112-5/+0
| * | Fix rubocop stylesMingxiang Xue2020-03-092-0/+5
| * | Add set_env optionMingxiang Xue2020-03-093-3/+16
* | | Merge pull request #746 from sskousen/masterMiklós Fazekas2020-03-161-1/+10
|\ \ \
| * | | 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
| |/ /
* | | RbNacl dependecy was replaced with ed25519Popa Marius Adrian2020-03-131-1/+1
|/ /
* | (GH-737) Allow known_hosts to have empty lines and commentsdonoghuc2020-02-151-1/+2
* | One more fixAlexander Pyatkin2020-02-111-0/+1
* | Fix kex algorithm nameAlexander Pyatkin2020-02-111-1/+1
* | Merge pull request #733 from hirura/fix-loggable_facility_to_use_to_s_method_...Miklós Fazekas2020-02-111-2/+2
|\ \
| * | Fix Loggable to use to_s method instead of name method for self.classhirura2020-01-111-2/+2
| |/
* | allow multiple newlines for OPENSSH PRIVATE KEYsawanoboly2020-01-231-1/+2
* | beta2 preparev6.0.0.beta2Miklos Fazekas2020-01-191-1/+1
* | Merge pull request #722 from anderscarling/certkeysMiklós Fazekas2020-01-194-26/+62
|\ \ | |/ |/|