summaryrefslogtreecommitdiff
path: root/lib/net/ssh/authentication/agent.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #850 from boblail/lail/expand-paths-to-identity-agentMiklós Fazekas2022-03-281-2/+2
|\
| * Support `~` in the path to the SSH agent's unix socketBob Lail2022-03-041-2/+2
* | Fix rubocop coding style.Florian Wininger2021-10-251-11/+11
* | Remove Trailing white spaceFlorian Wininger2021-07-011-2/+2
* | Fix empty line for code clarityFlorian Wininger2021-07-011-0/+2
* | 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
|/
* 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-251-3/+5
|/
* Whitespace fixeswhitespace-fixesMiklos Fazekas2018-03-211-34/+35
* Updated rubocopMiklos Fazekas2018-03-211-244/+246
* Replace RbNaCl dependency with ed25519 gemTony Arcieri2018-01-021-2/+2
* 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
* | 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-121-8/+81
|/
* Disable pagent in jruby testsMiklos Fazekas2016-11-171-1/+1
* No pagent on jruby as fiddle is not fully workingMiklos Fazekas2016-11-171-2/+2
* Removed pagent and make possible for windows platforms to use UNIXSocket base...Miklos Fazekas2016-10-271-14/+174
* Use Net::SSH::Authentication::PLATFORM instead of separate detection in #agen...Arturas Slajus2012-02-161-1/+1
* Support for Pageant with JRuby + Win32.Jonas Abromaitis2012-02-161-167/+11
* Adds support for Putty ssh agent and ruby 1.9 (Windows)Javier Gonel2011-03-011-3/+3
* Don't load net/ssh/authentication/pageant on Windows with Ruby 1.9 [Travis Re...delano2009-12-141-1/+4
* makes it so net-ssh works with JRuby on WindowsAngel N. Sciortino2008-12-181-2/+2
* Make sure the agent client understands both RSA "identities answers"Jamis Buck2008-05-261-2/+3
* refactor the log levelsJamis Buck2008-03-171-3/+3
* Starting to document everythingJamis Buck2007-08-171-8/+17
* ssh-agent testsJamis Buck2007-08-141-47/+51
* add pageant support back inJamis Buck2007-08-101-1/+10
* auth agent forwardingJamis Buck2007-07-271-10/+2
* keyboard-interactiveJamis Buck2007-07-241-2/+9
* Add v2 branchJamis Buck2007-07-241-0/+154