summaryrefslogtreecommitdiff
path: root/lib/net/ssh/authentication
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Implemented rsa-sha2-512, rsa-sha2-256 host_key algsMiklos Fazekas2020-06-102-3/+3
* | Tweak max constant value to work with JRuby 9.1Seth Skousen2020-05-271-2/+3
* | 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
|/ /
* | allow multiple newlines for OPENSSH PRIVATE KEYsawanoboly2020-01-231-1/+2
* | Fix rubocop complaintsAnders Carling2019-10-311-1/+0
* | Remove disused variableAnders Carling2019-10-311-1/+1
* | Fix signing with private key file existing both on disk and in agent, without...Anders Carling2019-10-311-7/+2
* | Support :certkeys and CertificateFile configuration optionAnders Carling2019-10-292-1/+39
|/
* Define rubocop metric lengthFlorian Wininger2019-09-253-4/+9
* Remove unnecessary defined?(OpenSSL::PKey::EC) and defined?(OpenSSL::Digest::...Florian Wininger2019-08-231-6/+2
* Pass :password_prompt to KeyFactory.load_private_keyKimmo Lehto2019-03-221-1/+1
* Encrypted openssh keys were not asked for passphraseMiklos Fazekas2019-02-101-1/+12
* Fixed private key read from new type ssh formatMiklos Fazekas2018-12-121-1/+1
* Support new private key format for other than ed25519 keysMiklos Fazekas2018-11-271-45/+62
* Merge pull request #640 from chrisroberts/fix/bad-keyMiklós Fazekas2018-11-271-0/+4
|\
| * Skip identities that provide invalid keyChris Roberts2018-11-061-0/+4
* | Add support for IdentityAgent in ssh_configFrank Groeneveld2018-11-252-4/+6
|/
* fixing to work with windows and wingftpserver connecting with public keyPete Brumm2018-07-111-0/+2
* load default public keyMiklos Fazekas2018-06-031-0/+1
* Specify dll extensionW2018-05-291-5/+5
* FingerprintHash SHA256|MD5Miklos Fazekas2018-03-221-9/+12
* when key_data option is present we should not try to use default keysJosh Larson2018-03-222-29/+33
* Whitespace fixeswhitespace-fixesMiklos Fazekas2018-03-218-83/+97
* add sha256 key fingerprintingTom Maher2018-03-212-38/+78
* Updated rubocopMiklos Fazekas2018-03-2114-1366/+1375
* Bump major version, and remove old ruby versionsMiklos Fazekas2018-01-021-1/+1
* Replace RbNaCl dependency with ed25519 gemTony Arcieri2018-01-023-23/+11
* New signature methodsMatt Whiteley2017-03-211-2/+5
* Merge pull request #495 from ChristianKoehler/agent-windowsMiklós Fazekas2017-01-261-2/+2
|\
| * Fix agent detection on WindowsChristian Köhler2017-01-261-2/+2
* | Attempt to require rbnacl/libsodium, but don't care if not loaded, we care ab...Miklos Fazekas2017-01-181-0/+5
* | Fixes nil when error is not a Gem::LoadError, and handle LoadErrorJonathan Chapman2017-01-182-2/+1
* | Merge pull request #487 from dtbartle/bartle-certs-agentMiklós Fazekas2017-01-123-21/+110
|\ \
| * | Use keyword arguments for `add_identity`.David Bartley2017-01-121-8/+8
| * | Add support for adding and removing identities from SSH agents.David Bartley2017-01-122-8/+97
| * | Rename `pubkey` field to `key` in `Certificate`.David Bartley2017-01-121-13/+13
* | | Added integation test for cert client authMiklos Fazekas2017-01-111-1/+0
|/ /
* | Merge pull request #485 from dtbartle/bartle-certsMiklós Fazekas2017-01-113-2/+180
|\ \ | |/ |/|
| * Add support for SSH certificates for client authentication.David Bartley2017-01-103-2/+180