summaryrefslogtreecommitdiff
path: root/test/authentication/test_agent.rb
Commit message (Expand)AuthorAgeFilesLines
* Use OpenSSL::PKey::EC.generate static methodSimon Chopin2022-04-291-2/+2
* Generate all DSA keys with 1024 bitsSimon Chopin2022-04-121-6/+6
* Merge pull request #850 from boblail/lail/expand-paths-to-identity-agentMiklós Fazekas2022-03-281-0/+5
|\
| * Support `~` in the path to the SSH agent's unix socketBob Lail2022-03-041-0/+5
* | Fix rubocop coding style.Florian Wininger2021-10-251-17/+17
* | Support frozen_string_literalsmfazekas/frozen-literalMiklós Fazekas2021-08-071-2/+2
* | Enhance test coding styleFlorian Wininger2021-07-011-13/+13
* | Fix empty line for code clarityFlorian Wininger2021-07-011-2/+3
* | Add ssh agent lock and unlockKlaus Stein2019-11-171-0/+2
|/
* Define rubocop metric lengthFlorian Wininger2019-09-251-2/+0
* Fix Layout/IndentHeredocFlorian Wininger2019-08-231-8/+8
* Fix Layout/ClosingHeredocIndentationFlorian Wininger2019-08-231-1/+1
* Remove defined?(OpenSSL::PKey::EC) and defined?(OpenSSL::Digest::SHA256)Florian Wininger2019-08-221-2/+0
* Support new private key format for other than ed25519 keysMiklos Fazekas2018-11-271-3/+3
* Skip identities that provide invalid keyChris Roberts2018-11-061-0/+18
* Updated rubocopMiklos Fazekas2018-03-211-44/+43
* Replace RbNaCl dependency with ed25519 gemTony Arcieri2018-01-021-2/+2
* 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
* Use 1.9 hash syntaxMiklos Fazekas2016-12-111-1/+1
* Removed pagent and make possible for windows platforms to use UNIXSocket base...Miklos Fazekas2016-10-271-1/+1
* Added ability to specify agent socketAlon Goldboim2016-04-281-1/+9
* Migrated to minitestMiklos Fazekas2016-03-261-1/+1
* Ignore unkown key instead of failing on itMiklos Fazkeas2014-09-261-0/+19
* Test fix for #129delano2014-02-011-6/+6
* wipdelano2010-08-251-2/+2
* use Hoe to centralized rakefile logicJamis Buck2008-03-161-1/+0
* ssh-agent testsJamis Buck2007-08-141-0/+206