summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* | Remove references to 1.8Miklos Fazekas2015-05-191-12/+3
|/
* Fixed SHA256 testsMiklos Fazekas2015-02-154-22/+15
* Refactor proxy codeMiklos Fazekas2015-01-271-1/+1
* Check if SSH key is a fileKamil Kieliszczyk2015-01-121-0/+4
* Removed unsupported curve25519-sha256@libsshMiklos Fazekas2015-01-071-1/+1
* 2.9.2 rc2 - number_of_password_prompts: 0 now can be passed via capistrano to...Miklos Fazekas2015-01-031-0/+7
* Implemented keepalive_maxcountMiklos Fazkeas2014-12-021-2/+19
* Revert aes-gcm @ opensslrevert_aes_gcmMiklos Fazkeas2014-11-111-6/+6
* removed unimplemented hmac, host_key and we now warn instead of fail for unim...Miklos Fazkeas2014-10-031-38/+33
* Merge pull request #187 from mfazekas/password_auth_askDelano Mandelbaum2014-09-302-1/+46
|\
| * Password auth will ask for password up to number_of_password_prompts timesMiklos Fazkeas2014-09-262-1/+46
* | Ignore unkown key instead of failing on itMiklos Fazkeas2014-09-261-0/+19
|/
* Merge pull request #176 from mikz/fix-duplicated-known-hosts-with-proxyDelano Mandelbaum2014-08-242-0/+18
|\
| * Fix duplicating entries in known_hosts when using proxy commandMichal Cichra2014-07-312-0/+18
* | Disabled enqueue packet test for ciphers with no packet dataMiklos Fazkeas2014-08-221-1/+1
|/
* Add callback to directly find out remote forwarding responseJohn Keiser2014-07-171-27/+76
* correct possible typo.Miah Johnson2014-07-161-2/+2
* Add better documentation to Pageant test.Christopher Hunt2014-05-111-8/+10
* Add manual test for Pageant negotiation.Christopher Hunt2014-05-041-0/+35
* Support negative patterns in host lookup from the SSH config file.Kevin Menard2014-05-012-0/+12
* Merge pull request #158 from mfazekas/281_ssh_config_bugfixDelano Mandelbaum2014-04-302-3/+30
|\
| * Fix to #145. We now have different 'keyboard-interactive' and 'challenge-resp...Miklos Fazkeas2014-04-052-3/+30
* | Adapt test for new ciphers #3chr4-new-ciphersChris Aumann2014-04-171-6/+6
* | Adapt test for new ciphers #2Chris Aumann2014-04-171-8/+8
* | Adapt test for new ciphers #1Chris Aumann2014-04-161-8/+7
* | IdentiesOnly will not disable ssh_agent as it's not supposed to, a new option...Miklos Fazkeas2014-04-051-2/+7
|/
* Merge pull request #109 from aderouineau/masterDelano Mandelbaum2014-02-011-14/+27
|\
| * Adding support for ephemeral portsAurelien Derouineau2013-07-091-14/+27
* | Merge pull request #144 from liggitt/auth_methods_config_parsingDelano Mandelbaum2014-02-015-4/+47
|\ \
| * | Add config tests for auth parsingliggitt2014-01-294-1/+45
| * | 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
| |/ /
* | | Merge pull request #136 from bobtfish/fix_options_in_public_keysDelano Mandelbaum2014-02-011-2/+20
|\ \ \
| * | | Add a failing tests for options in pub keys.Tomas Doran2013-12-111-2/+20
| |/ /
* | | Test fix for #129delano2014-02-011-6/+6
* | | Assert that the return value from ssh block is returnedCarl Hörberg2013-11-301-0/+9
* | | Tests for close conn on exceptionCarl Hörberg2013-11-301-0/+44
|/ /
* | Automatically forward environment variables defined in OpenSSH config filesRobert Schulze2013-09-093-2/+19
* | Merge pull request #116 from noric/feature/keepaliveDelano Mandelbaum2013-08-252-0/+67
|\ \
| * | implement a experimental keepalive featureNorihito Yoshioka2013-08-182-0/+67
* | | Fixed missing requires in test filesGautier Minster2013-08-133-0/+3
|/ /
* | Removed puts from testdelano2013-07-061-1/+0
* | Fixed merge from GabKlein-masterGabKlein-masterdelano2013-07-062-0/+27
|\ \
| * | Update wildcard substition testGabKlein2013-03-281-2/+3
| * | Add Host substitution testsGabKlein2013-03-282-0/+26
* | | Merge pull request #88 from voxik/fix-r2.0-encodingDelano Mandelbaum2013-07-0613-0/+26
|\ \ \ | |_|/ |/| |
| * | Fix encoding issues with Ruby 2.0 (#87).Vít Ondruch2013-03-0813-0/+26
| |/
* | Make sure HOME is an absolute pathTobias Schmidt2013-04-181-0/+5