Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove Trailing white space | Florian Wininger | 2021-07-01 | 33 | -596/+588 |
* | Fix empty line for code clarity | Florian Wininger | 2021-07-01 | 65 | -104/+54 |
* | Add Space after colon | Florian Wininger | 2021-07-01 | 1 | -1/+1 |
* | Fix rubocop issue with last version | Florian Wininger | 2021-07-01 | 5 | -55/+47 |
* | Merge pull request #775 from maneyko/update_prompt_usage_docs | Florian Wininger | 2021-07-01 | 1 | -2/+2 |
|\ | |||||
| * | update prompt usage documentation | Peter Maneykowski | 2020-06-26 | 1 | -2/+2 |
* | | Add support for diffie-hellman-group14-sha256, fixes #794mfazekas/diffie-hellman-group14-sha256 | Richard Schwab | 2021-03-15 | 3 | -0/+14 |
* | | rc2 | Miklós Fazekas | 2021-03-12 | 1 | -1/+1 |
* | | Fixed integration test opensshd kill | Miklós Fazekas | 2021-03-12 | 1 | -0/+1 |
* | | 6.2.0 rc1v6.2.0.rc1 | Miklos Fazekas | 2020-06-30 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #727 from Lapizistik/master | Miklós Fazekas | 2020-06-12 | 1 | -0/+14 |
|\ | |||||
| * | Remove trailing blank on agent.rb | Klaus Stein | 2020-06-12 | 1 | -1/+0 |
| * | Update lib/net/ssh/authentication/agent.rb | Klaus Stein | 2020-06-12 | 1 | -1/+1 |
| * | Update lib/net/ssh/authentication/agent.rb | Klaus Stein | 2020-06-12 | 1 | -1/+1 |
| * | Correct typo in comment | Klaus Stein | 2019-11-17 | 1 | -1/+2 |
| * | Add ssh agent lock and unlock | Klaus Stein | 2019-11-17 | 1 | -0/+14 |
* | | 6.2.0.beta1 preparev6.2.0.beta1 | Miklos Fazekas | 2020-06-11 | 1 | -2/+2 |
* | | Merge pull request #770 from fwininger/rubocop | Miklós Fazekas | 2020-06-10 | 3 | -3/+3 |
|\ \ | |||||
| * | | Fix Layout/TrailingBlankLines | Florian Wininger | 2020-05-29 | 3 | -3/+3 |
* | | | Rubocop fixes | Miklos Fazekas | 2020-06-10 | 2 | -8/+7 |
* | | | Implemented rsa-sha2-512, rsa-sha2-256 host_key algs | Miklos Fazekas | 2020-06-10 | 5 | -10/+29 |
* | | | Merge pull request #767 from sskousen/jruby_ciphers | Miklós Fazekas | 2020-05-29 | 1 | -3/+3 |
|\ \ \ | |||||
| * | | | Switch back to ecb | Seth Skousen | 2020-05-28 | 1 | -3/+3 |
| * | | | Re-add logic for JRuby | Seth Skousen | 2020-05-27 | 1 | -3/+3 |
* | | | | Merge pull request #766 from sskousen/jruby_cert | Miklós Fazekas | 2020-05-29 | 1 | -2/+3 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Tweak max constant value to work with JRuby 9.1 | Seth Skousen | 2020-05-27 | 1 | -2/+3 |
| |/ / | |||||
* | | | 6.1 release preparev6.1.0v6.1 | Miklos Fazekas | 2020-05-28 | 1 | -1/+1 |
|/ / | |||||
* | | Let use Etc.getpwuid.name() instead of Etc.getlogin to adapt default behavior... | Itsuki Noda | 2020-05-01 | 1 | -1/+1 |
* | | 6.1.0.rc1v6.1.0.rc1 | Miklos Fazekas | 2020-04-25 | 1 | -3/+3 |
* | | Revert "Make hmac-sha2-{256,512}-etm opt-in"revert-757-opt-in-etm-hmac | Miklós Fazekas | 2020-04-25 | 1 | -4/+3 |
* | | Fix corrupted hmac detected | Miklos Fazekas | 2020-04-25 | 1 | -1/+1 |
* | | Merge pull request #751 from maxfierke/mf-support_algo_subtraction | Miklós Fazekas | 2020-04-24 | 1 | -3/+17 |
|\ \ | |||||
| * | | Support algorithm subtraction syntax from ssh_config | Max Fierke | 2020-04-14 | 1 | -3/+17 |
* | | | 6.0.1v6.0.1 | Miklos Fazekas | 2020-04-24 | 1 | -1/+1 |
* | | | Make hmac-md5-96 hmac-sha2-512-etm@openssh.com hmac-sha2-256-etm@openssh.com ... | Miklos Fazekas | 2020-04-24 | 1 | -3/+4 |
* | | | Added new basic hmac integration test for etm | Miklos Fazekas | 2020-04-20 | 1 | -1/+3 |
* | | | Final releasev6.0.0 | Miklos Fazekas | 2020-04-20 | 1 | -1/+1 |
|/ / | |||||
* | | Update version.rb | Miklós Fazekas | 2020-03-18 | 1 | -1/+1 |
* | | Merge pull request #745 from uzxmx/master | Miklós Fazekas | 2020-03-16 | 3 | -3/+16 |
|\ \ | |||||
| * | | Add integration test for set_env option | Mingxiang Xue | 2020-03-11 | 2 | -5/+0 |
| * | | Fix rubocop styles | Mingxiang Xue | 2020-03-09 | 2 | -0/+5 |
| * | | Add set_env option | Mingxiang Xue | 2020-03-09 | 3 | -3/+16 |
* | | | Merge pull request #746 from sskousen/master | Miklós Fazekas | 2020-03-16 | 1 | -1/+10 |
|\ \ \ | |||||
| * | | | Only limit value if on JRuby | Seth Skousen | 2020-03-12 | 1 | -3/+4 |
| * | | | Only limit valid_before if on JRuby | Seth Skousen | 2020-03-12 | 1 | -5/+5 |
| * | | | Only limit value if on JRuby | Seth Skousen | 2020-03-12 | 1 | -1/+6 |
| * | | | Limit cert.valid_before to max supported by JRuby | Seth Skousen | 2020-03-11 | 1 | -1/+4 |
| |/ / | |||||
* | | | RbNacl dependecy was replaced with ed25519 | Popa Marius Adrian | 2020-03-13 | 1 | -1/+1 |
|/ / | |||||
* | | (GH-737) Allow known_hosts to have empty lines and comments | donoghuc | 2020-02-15 | 1 | -1/+2 |
* | | One more fix | Alexander Pyatkin | 2020-02-11 | 1 | -0/+1 |