summaryrefslogtreecommitdiff
path: root/test/authentication
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Don't use ssh-agent if :keys_only is true (fixes net-ssh/net-ssh#137)Steve Eley2013-12-201-3/+7
| |/
* | Test fix for #129delano2014-02-011-6/+6
|/
* Merge pull request #33 from dubspeed/masterDelano Mandelbaum2012-09-192-2/+45
|\
| * added test class for none-authenticationMichael Lennartz2012-01-171-0/+41
| * added basic tests and completed adding the "none" authentication methodMichael Lennartz2012-01-171-2/+4
* | implement many algorithmsRyosuke Yamazaki2012-03-261-1/+48
* | Merge remote-tracking branch 'graffic/master'rich2012-01-211-11/+18
|\ \ | |/ |/|
| * test_ket_manager: Tests should pass in windows too.Javier Gonel2011-02-281-9/+13
* | LH30: Failing test clarified a bitMusy Bite2011-08-231-7/+11
* | LH30: Failing testMusy Bite2011-08-221-9/+40
* | Fix for Net::SSH Continues to attempt authentication when notified it is not ...delano2011-03-015-12/+60
|/
* Support "IdentitiesOnly" directivemusybite-identities-onlyMusy Bite2011-01-171-2/+16
* wipdelano2010-08-254-6/+6
* Use foo.pub key by default, but fall back to private key.Jamis Buck2009-01-081-3/+4
* Load keys just-in-time instead of ahead-of-timeJamis Buck2008-12-293-9/+21
* Merge branch 'auser/master'Jamis Buck2008-12-192-4/+6
|\
| * Removed commented lines from old code, fixed two failing specs, ALL SPECS PAS...Ari Lerner2008-12-181-1/+2
| * Removed public_key requirement, generating it from the private keyAri Lerner2008-12-171-1/+1
| * Removed the requirement for the public key, needed to store the hash of ident...Ari Lerner2008-12-171-2/+2
| * Faked the public key requirement as it is only used to hash they known identi...Ari Lerner2008-12-171-1/+1
| * Updated tests to pass on all systemsAri Lerner2008-12-171-0/+2
|/
* tests all pass with ruby19Jamis Buck2008-09-063-50/+50
* tweak Francis' patch to suit my own preferences (sorry Francis, but thanks fo...Jamis Buck2008-04-181-12/+11
* Use a new option :passphrase as the possible password phrase for any encrypte...Francis Sullivan2008-04-161-2/+2
* use Hoe to centralized rakefile logicJamis Buck2008-03-168-8/+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
* authentication session testsJamis Buck2007-08-141-0/+94
* tests for the key managerJamis Buck2007-08-141-0/+102
* ssh-agent testsJamis Buck2007-08-141-0/+206