Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #876 from bschmeck/raise-on-nil-pbkdf | Miklós Fazekas | 2023-01-24 | 1 | -0/+1 |
|\ | | | | | Raise error when BCryptPbkdf fails | ||||
| * | Raise an error if BCryptPbkdf doesn't give us a key | Ben Schmeckpeper | 2022-07-20 | 1 | -0/+1 |
| | | | | | | | | | | This can happen if we request fewer than 1 round or if the password or salt are blank or keylen + ivlen is zero. | ||||
* | | Fix certificate signature_valid? check | Phillip Hellewell | 2022-10-11 | 1 | -2/+2 |
|/ | | | | | Need to pass in :host_key option so it will verify using the correct signature algorithm instead of always using SHA1. | ||||
* | Merge pull request #850 from boblail/lail/expand-paths-to-identity-agent | Miklós Fazekas | 2022-03-28 | 1 | -2/+2 |
|\ | | | | | Support `~` in the path to the SSH agent's unix socket | ||||
| * | Support `~` in the path to the SSH agent's unix socket | Bob Lail | 2022-03-04 | 1 | -2/+2 |
| | | |||||
* | | Added support for RSA client authentication with SHA-2 | Zdenek Zambersky | 2021-11-18 | 6 | -20/+87 |
| | | |||||
* | | Fix rubocop coding style. | Florian Wininger | 2021-10-25 | 13 | -43/+43 |
| | | | | | | | | Lot of spacing issues :) | ||||
* | | Support frozen_string_literalsmfazekas/frozen-literal | Miklós Fazekas | 2021-08-07 | 1 | -1/+1 |
| | | |||||
* | | Remove Trailing white space | Florian Wininger | 2021-07-01 | 5 | -102/+98 |
| | | |||||
* | | Fix empty line for code clarity | Florian Wininger | 2021-07-01 | 14 | -16/+17 |
| | | |||||
* | | Add Space after colon | Florian Wininger | 2021-07-01 | 1 | -1/+1 |
| | | |||||
* | | Fix rubocop issue with last version | Florian Wininger | 2021-07-01 | 2 | -42/+38 |
| | | |||||
* | | Merge pull request #727 from Lapizistik/master | Miklós Fazekas | 2020-06-12 | 1 | -0/+14 |
|\ \ | | | | | | | Add ssh agent lock and unlock | ||||
| * | | Remove trailing blank on agent.rb | Klaus Stein | 2020-06-12 | 1 | -1/+0 |
| | | | | | | | | | Make Rubocop happy. | ||||
| * | | Update lib/net/ssh/authentication/agent.rb | Klaus Stein | 2020-06-12 | 1 | -1/+1 |
| | | | | | | | | | Co-authored-by: Miklós Fazekas <mfazekas@szemafor.com> | ||||
| * | | Update lib/net/ssh/authentication/agent.rb | Klaus Stein | 2020-06-12 | 1 | -1/+1 |
| | | | | | | | | | Co-authored-by: Miklós Fazekas <mfazekas@szemafor.com> | ||||
| * | | 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 |
| | | | |||||
* | | | Implemented rsa-sha2-512, rsa-sha2-256 host_key algs | Miklos Fazekas | 2020-06-10 | 2 | -3/+3 |
| | | | |||||
* | | | Tweak max constant value to work with JRuby 9.1 | Seth Skousen | 2020-05-27 | 1 | -2/+3 |
| |/ |/| | |||||
* | | Merge pull request #746 from sskousen/master | Miklós Fazekas | 2020-03-16 | 1 | -1/+10 |
|\ \ | | | | | | | Limit cert.valid_before to max supported by JRuby | ||||
| * | | 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 |
|/ / | |||||
* | | allow multiple newlines for OPENSSH PRIVATE KEY | sawanoboly | 2020-01-23 | 1 | -1/+2 |
| | | |||||
* | | Fix rubocop complaints | Anders Carling | 2019-10-31 | 1 | -1/+0 |
| | | |||||
* | | Remove disused variable | Anders Carling | 2019-10-31 | 1 | -1/+1 |
| | | |||||
* | | Fix signing with private key file existing both on disk and in agent, ↵ | Anders Carling | 2019-10-31 | 1 | -7/+2 |
| | | | | | | | | without corresponding public key on disk | ||||
* | | Support :certkeys and CertificateFile configuration option | Anders Carling | 2019-10-29 | 2 | -1/+39 |
|/ | |||||
* | Define rubocop metric length | Florian Wininger | 2019-09-25 | 3 | -4/+9 |
| | | | | Signed-off-by: Florian Wininger <fw.centrale@gmail.com> | ||||
* | Remove unnecessary defined?(OpenSSL::PKey::EC) and ↵ | Florian Wininger | 2019-08-23 | 1 | -6/+2 |
| | | | | | | defined?(OpenSSL::Digest::SHA256) Signed-off-by: Florian Wininger <fw.centrale@gmail.com> | ||||
* | Pass :password_prompt to KeyFactory.load_private_key | Kimmo Lehto | 2019-03-22 | 1 | -1/+1 |
| | |||||
* | Encrypted openssh keys were not asked for passphrase | Miklos Fazekas | 2019-02-10 | 1 | -1/+12 |
| | |||||
* | Fixed private key read from new type ssh format | Miklos Fazekas | 2018-12-12 | 1 | -1/+1 |
| | |||||
* | Support new private key format for other than ed25519 keys | Miklos Fazekas | 2018-11-27 | 1 | -45/+62 |
| | |||||
* | Merge pull request #640 from chrisroberts/fix/bad-key | Miklós Fazekas | 2018-11-27 | 1 | -0/+4 |
|\ | | | | | Skip identities that provide invalid key | ||||
| * | Skip identities that provide invalid key | Chris Roberts | 2018-11-06 | 1 | -0/+4 |
| | | |||||
* | | Add support for IdentityAgent in ssh_config | Frank Groeneveld | 2018-11-25 | 2 | -4/+6 |
|/ | |||||
* | fixing to work with windows and wingftpserver connecting with public key | Pete Brumm | 2018-07-11 | 1 | -0/+2 |
| | |||||
* | load default public key | Miklos Fazekas | 2018-06-03 | 1 | -0/+1 |
| | |||||
* | Specify dll extension | W | 2018-05-29 | 1 | -5/+5 |
| | | | From cygwin 2.5.2, dlopen needs an extension (https://cygwin.com/ml/cygwin/2016-06/msg00379.html). So add `.dll` suffix to all needed libraries. | ||||
* | FingerprintHash SHA256|MD5 | Miklos Fazekas | 2018-03-22 | 1 | -9/+12 |
| | |||||
* | when key_data option is present we should not try to use default keys | Josh Larson | 2018-03-22 | 2 | -29/+33 |
| | |||||
* | Whitespace fixeswhitespace-fixes | Miklos Fazekas | 2018-03-21 | 8 | -83/+97 |
| | |||||
* | add sha256 key fingerprinting | Tom Maher | 2018-03-21 | 2 | -38/+78 |
| | |||||
* | Updated rubocop | Miklos Fazekas | 2018-03-21 | 14 | -1366/+1375 |
| | |||||
* | Bump major version, and remove old ruby versions | Miklos Fazekas | 2018-01-02 | 1 | -1/+1 |
| | |||||
* | Replace RbNaCl dependency with ed25519 gem | Tony Arcieri | 2018-01-02 | 3 | -23/+11 |
| | | | | | | | | | | RbNaCl is a much more heavyweight dependency that is only being used for Ed25519 signatures. The ed25519 gem should install much more quickly. This change otherwise preserves ed25519 being used as an optional dependency and generally tries to keep as much as possible the same. |