summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Adapt test for new ciphers #3chr4-new-ciphersChris Aumann2014-04-171-6/+6
| * | | Update chipers for known_hostsChris Aumann2014-04-171-2/+10
| * | | Adapt test for new ciphers #2Chris Aumann2014-04-171-8/+8
| * | | Adapt test for new ciphers #1Chris Aumann2014-04-161-8/+7
| * | | Update HostKey, HMAC and Kex ciphersChris Aumann2014-04-161-4/+13
| * | | Add Ed25519 to private key listChris Aumann2014-04-161-2/+2
| * | | Change private key order to prefer RSA oder DSAChris Aumann2014-04-161-2/+2
|/ / /
* | | Merge pull request #159 from mfazekas/281_ssh_config_fix_for_public_key_authDelano Mandelbaum2014-04-063-8/+16
|\ \ \
| * | | Fixed typo user agent was writen instead of ssh-agentMiklos Fazkeas2014-04-051-1/+1
| * | | IdentiesOnly will not disable ssh_agent as it's not supposed to, a new option...Miklos Fazkeas2014-04-053-8/+16
|/ / /
* | | Merge remote-tracking branch 'remotes/upstream/master'Miklos Fazkeas2014-04-050-0/+0
|\ \ \ | |/ /
| * | Merge pull request #157 from mfazekas/upstreamMiklós Fazekas2014-04-040-0/+0
| |\ \
| | * | travis-ci: added travis.yml for continous integration via travis-ci.orgMiklos Fazekas2014-04-041-0/+11
| | |/
* | | Merge branch 'master' of https://github.com/mfazekas/net-sshMiklos Fazkeas2014-04-050-0/+0
|\ \ \ | |/ / |/| |
| * | Fix test failures by initializing :auth_methodsMiklos Fazkeas2014-03-241-1/+1
| * | travis-ci: added travis.yml for continous integration via travis-ci.orgMiklos Fazekas2014-03-241-0/+11
| |/
* | Fix test failures by initializing :auth_methodsMiklos Fazekas2014-04-041-1/+1
* | travis-ci: added travis.yml for continous integration via travis-ci.orgMiklos Fazekas2014-04-041-0/+11
|/
* Version bump to 2.8.1 with fixes for #145 and #146delano2014-02-194-12/+18
* Merge pull request #147 from mfischer-zd/masterDelano Mandelbaum2014-02-192-3/+3
|\
| * Correct location of global known_hosts filesMichael S. Fischer2014-02-112-3/+3
|/
* Version bumpv2.8.0delano2014-02-012-4/+8
* Updated THANKSdelano2014-02-011-0/+24
* Updated CHANGES for 2.8.0 releasedelano2014-02-011-0/+17
* Merge pull request #109 from aderouineau/masterDelano Mandelbaum2014-02-013-20/+47
|\
| * Adding support for ephemeral portsAurelien Derouineau2013-07-093-20/+47
* | Merge pull request #144 from liggitt/auth_methods_config_parsingDelano Mandelbaum2014-02-017-13/+81
|\ \
| * | Add config tests for auth parsingliggitt2014-01-294-1/+45
| * | Fix session test to work with new default auth_methodsliggitt2014-01-291-1/+1
| * | Restore empty hash behavior for loading nonexistent filesliggitt2014-01-291-7/+21
| * | updated tests to match the default of not allowing hostbased authJesse Sanford2014-01-211-2/+1
| * | removed debug messagestherealjessesanford-masterJesse Sanford2014-01-181-5/+0
| * | fixed issue with array mungingJesse Sanford2014-01-171-3/+11
| * | added commentingJesse Sanford2014-01-171-2/+8
| * | added default that match openssh ssh_config defaultsJesse Sanford2014-01-172-10/+12
* | | Merge pull request #139 from yugui/feature/follow-proxy-command-spec-rDelano Mandelbaum2014-02-015-5/+18
|\ \ \
| * | | Support %r in ProxyCommand configuration in ssh_config filesYuki Yugui Sonoda2014-01-145-5/+18
* | | | Merge pull request #138 from SFEley/masterDelano Mandelbaum2014-02-012-10/+14
|\ \ \ \
| * | | | Don't use ssh-agent if :keys_only is true (fixes net-ssh/net-ssh#137)Steve Eley2013-12-202-10/+14
| |/ / /
* | | | Merge pull request #136 from bobtfish/fix_options_in_public_keysDelano Mandelbaum2014-02-012-3/+27
|\ \ \ \
| * | | | Fix the bug in keys with comments.Tomas Doran2013-12-111-1/+7
| * | | | Add a failing tests for options in pub keys.Tomas Doran2013-12-111-2/+20
| |/ / /
* | | | Test fix for #129delano2014-02-011-6/+6
* | | | Merge pull request #133 from carlhoerberg/ensure_close_connectionDelano Mandelbaum2014-02-012-3/+58
|\ \ \ \
| * | | | 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
| * | | | Don't close the connection it's already closedCarl Hörberg2013-11-301-1/+1
| * | | | Ensure the connection closes even on exceptionCarl Hörberg2013-11-301-3/+5
| |/ / /
* | | | Merge pull request #130 from mirakui/masterDelano Mandelbaum2014-02-011-1/+1
|\ \ \ \
| * | | | Fix "ConnectionError" typoIssei Naruta2013-11-211-1/+1