summaryrefslogtreecommitdiff
path: root/test/authentication
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #727 from Lapizistik/masterMiklós Fazekas2020-06-121-0/+2
|\
| * Add ssh agent lock and unlockKlaus Stein2019-11-171-0/+2
* | Fix Layout/TrailingBlankLinesFlorian Wininger2020-05-291-1/+1
* | allow multiple newlines for OPENSSH PRIVATE KEYsawanoboly2020-01-231-0/+32
* | Fix rubocop complaintsAnders Carling2019-10-311-1/+1
* | Test signing using explicitly loaded keycertAnders Carling2019-10-311-0/+8
* | Test handling of keycert listAnders Carling2019-10-311-0/+14
* | Test matching of explicitly configured key certificates to private keysAnders Carling2019-10-311-0/+55
* | Separate public and private keys in testAnders Carling2019-10-311-40/+60
* | Improve test by providing a real Certificate instance instead of repurposing ...Anders Carling2019-10-311-6/+24
* | Fix signing with private key file existing both on disk and in agent, without...Anders Carling2019-10-311-8/+8
|/
* Define rubocop metric lengthFlorian Wininger2019-09-252-3/+0
* Rubocop : fix parenthesesFlorian Wininger2019-08-231-1/+1
* Fix Layout/IndentHeredocFlorian Wininger2019-08-234-159/+159
* Fix Layout/ClosingHeredocIndentationFlorian Wininger2019-08-232-3/+3
* Remove defined?(OpenSSL::PKey::EC) and defined?(OpenSSL::Digest::SHA256)Florian Wininger2019-08-222-33/+27
* TestKimmo Lehto2019-03-221-0/+6
* Encrypted openssh keys were not asked for passphraseMiklos Fazekas2019-02-101-1/+28
* Support new private key format for other than ed25519 keysMiklos Fazekas2018-11-272-5/+5
* Skip identities that provide invalid keyChris Roberts2018-11-061-0/+18
* load default public keyMiklos Fazekas2018-06-031-8/+8
* when key_data option is present we should not try to use default keysJosh Larson2018-03-221-1/+190
* Whitespace fixeswhitespace-fixesMiklos Fazekas2018-03-217-68/+72
* add sha256 key fingerprintingTom Maher2018-03-211-12/+32
* Updated rubocopMiklos Fazekas2018-03-2112-630/+628
* Replace RbNaCl dependency with ed25519 gemTony Arcieri2018-01-022-4/+4
* s/recieved/received/Akira Matsuda2017-02-101-4/+4
* Add support for adding and removing identities from SSH agents.David Bartley2017-01-121-9/+236
* Add support for SSH certificates for client authentication.David Bartley2017-01-102-0/+131
* Use 1.9 hash syntaxMiklos Fazekas2016-12-116-33/+33
* Removed pagent and make possible for windows platforms to use UNIXSocket base...Miklos Fazekas2016-10-271-1/+1
* Windows test fixesMiklos Fazekas2016-10-201-1/+5
* Raise better errors if ED25519 support is not availableMiklos Fazekas2016-07-191-4/+4
* Make rbnacl dependency optionalMiklos Fazekas2016-05-021-1/+5
* Added ability to specify agent socketAlon Goldboim2016-04-281-1/+9
* Refactor prompting to a class that can be customizedMiklos Fazekas2016-04-084-20/+43
* Migrated to minitestMiklos Fazekas2016-03-2610-10/+10
* use bcrypt_pbkdf gem, add Gemfile, 4.0.0.alpha1Miklos Fazekas2016-03-191-0/+77
* don't prompt for passphrases in non-interactive modeJeremy Stanley2015-06-091-0/+9
* Added non_interactive option for disabling all prompt for passwordMiklos Fazekas2015-05-201-0/+21
* Public key can be loaded as private key. Fixes #238Miklos Fazekas2015-05-201-1/+1
* Check if SSH key is a fileKamil Kieliszczyk2015-01-121-0/+4
* Merge pull request #187 from mfazekas/password_auth_askDelano Mandelbaum2014-09-301-0/+43
|\
| * Password auth will ask for password up to number_of_password_prompts timesMiklos Fazkeas2014-09-261-0/+43
* | Ignore unkown key instead of failing on itMiklos Fazkeas2014-09-261-0/+19
|/
* IdentiesOnly will not disable ssh_agent as it's not supposed to, a new option...Miklos Fazkeas2014-04-051-2/+7
* Merge pull request #144 from liggitt/auth_methods_config_parsingDelano Mandelbaum2014-02-011-3/+2
|\
| * Fix session test to work with new default auth_methodsliggitt2014-01-291-1/+1
| * updated tests to match the default of not allowing hostbased authJesse Sanford2014-01-211-2/+1
* | Merge pull request #138 from SFEley/masterDelano Mandelbaum2014-02-011-3/+7
|\ \