summaryrefslogtreecommitdiff
path: root/test/authentication/methods
Commit message (Expand)AuthorAgeFilesLines
* Generate all DSA keys with 1024 bitsSimon Chopin2022-04-122-2/+2
* Added support for RSA client authentication with SHA-2Zdenek Zambersky2021-11-181-2/+59
* Fix rubocop coding style.Florian Wininger2021-10-257-36/+36
* Remove Trailing white spaceFlorian Wininger2021-07-014-52/+51
* Enhance test coding styleFlorian Wininger2021-07-013-18/+18
* Fix empty line for code clarityFlorian Wininger2021-07-017-11/+2
* Fix Layout/TrailingBlankLinesFlorian Wininger2020-05-291-1/+1
* Whitespace fixeswhitespace-fixesMiklos Fazekas2018-03-217-68/+72
* Updated rubocopMiklos Fazekas2018-03-217-430/+432
* Use 1.9 hash syntaxMiklos Fazekas2016-12-114-11/+11
* Refactor prompting to a class that can be customizedMiklos Fazekas2016-04-083-13/+32
* Migrated to minitestMiklos Fazekas2016-03-266-6/+6
* Added non_interactive option for disabling all prompt for passwordMiklos Fazekas2015-05-201-0/+21
* Password auth will ask for password up to number_of_password_prompts timesMiklos Fazkeas2014-09-261-0/+43
* added test class for none-authenticationMichael Lennartz2012-01-171-0/+41
* Fix for Net::SSH Continues to attempt authentication when notified it is not ...delano2011-03-013-8/+33
* wipdelano2010-08-252-2/+2
* Load keys just-in-time instead of ahead-of-timeJamis Buck2008-12-292-4/+12
* Updated tests to pass on all systemsAri Lerner2008-12-171-0/+2
* tests all pass with ruby19Jamis Buck2008-09-063-50/+50
* use Hoe to centralized rakefile logicJamis Buck2008-03-165-5/+0
* tests for publickey authmethodJamis Buck2007-08-141-0/+124
* tests for password authmethodJamis Buck2007-08-141-0/+51
* tests for keyboard-interactive authmethodJamis Buck2007-08-144-9/+131
* tests for hostbased authmethodJamis Buck2007-08-141-0/+108
* start tests for auth methodsJamis Buck2007-08-141-0/+58