Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-introduce hostbased auth by default (investigating #145)hotfix-password-prompt | delano | 2014-02-11 | 1 | -1/+1 |
| | |||||
* | Remove reset auth_methods in translate (investigating #145) | delano | 2014-02-11 | 1 | -1/+0 |
| | |||||
* | Revert auth_methods delete (investigating #145) | delano | 2014-02-11 | 1 | -11/+11 |
| | |||||
* | Version bumpv2.8.0 | delano | 2014-02-01 | 2 | -4/+8 |
| | |||||
* | Updated THANKS | delano | 2014-02-01 | 1 | -0/+24 |
| | |||||
* | Updated CHANGES for 2.8.0 release | delano | 2014-02-01 | 1 | -0/+17 |
| | |||||
* | Merge pull request #109 from aderouineau/master | Delano Mandelbaum | 2014-02-01 | 3 | -20/+47 |
|\ | | | | | Ephemeral port support for port forwarding | ||||
| * | Adding support for ephemeral ports | Aurelien Derouineau | 2013-07-09 | 3 | -20/+47 |
| | | |||||
* | | Merge pull request #144 from liggitt/auth_methods_config_parsing | Delano Mandelbaum | 2014-02-01 | 7 | -13/+81 |
|\ \ | | | | | | | Correctly interpret /etc/ssh_config Authentication settings based on openssh /etc/ssh_config system defaults | ||||
| * | | Add config tests for auth parsing | liggitt | 2014-01-29 | 4 | -1/+45 |
| | | | |||||
| * | | Fix session test to work with new default auth_methods | liggitt | 2014-01-29 | 1 | -1/+1 |
| | | | |||||
| * | | Restore empty hash behavior for loading nonexistent files | liggitt | 2014-01-29 | 1 | -7/+21 |
| | | | | | | | | | | | | | | | | | | Let auth methods be added or removed, and ensure there are no duplicates Clone default auth methods to avoid modifying defaults Add support for ChallengeResponseAuthentication keyboard-interactive | ||||
| * | | updated tests to match the default of not allowing hostbased auth | Jesse Sanford | 2014-01-21 | 1 | -2/+1 |
| | | | |||||
| * | | removed debug messagestherealjessesanford-master | Jesse Sanford | 2014-01-18 | 1 | -5/+0 |
| | | | |||||
| * | | fixed issue with array munging | Jesse Sanford | 2014-01-17 | 1 | -3/+11 |
| | | | |||||
| * | | added commenting | Jesse Sanford | 2014-01-17 | 1 | -2/+8 |
| | | | |||||
| * | | added default that match openssh ssh_config defaults | Jesse Sanford | 2014-01-17 | 2 | -10/+12 |
| | | | |||||
* | | | Merge pull request #139 from yugui/feature/follow-proxy-command-spec-r | Delano Mandelbaum | 2014-02-01 | 5 | -5/+18 |
|\ \ \ | | | | | | | | | Support %r in ProxyCommand configuration in ssh_config files as defined in OpenSSH. | ||||
| * | | | Support %r in ProxyCommand configuration in ssh_config files | Yuki Yugui Sonoda | 2014-01-14 | 5 | -5/+18 |
| | | | | | | | | | | | | | | | | as defined in OpenSSH. | ||||
* | | | | Merge pull request #138 from SFEley/master | Delano Mandelbaum | 2014-02-01 | 2 | -10/+14 |
|\ \ \ \ | | | | | | | | | | | Don't use ssh-agent if :keys_only is true (fixes net-ssh/net-ssh#137) | ||||
| * | | | | Don't use ssh-agent if :keys_only is true (fixes net-ssh/net-ssh#137) | Steve Eley | 2013-12-20 | 2 | -10/+14 |
| |/ / / | |||||
* | | | | Merge pull request #136 from bobtfish/fix_options_in_public_keys | Delano Mandelbaum | 2014-02-01 | 2 | -3/+27 |
|\ \ \ \ | | | | | | | | | | | Fix options in public keys | ||||
| * | | | | Fix the bug in keys with comments. | Tomas Doran | 2013-12-11 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do this by iterating through the fields until finding the key type, and then using the next field. This is the most bullet proof method that I can think of, but this code is also fragile about future new key formats now :( | ||||
| * | | | | Add a failing tests for options in pub keys. | Tomas Doran | 2013-12-11 | 1 | -2/+20 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | Current code explicitly expects exactly 2 fields, which is not correct. Added tests which have options (at the start) and/or comment (at the end) to check that we work in all possible cases. | ||||
* | | | | Test fix for #129 | delano | 2014-02-01 | 1 | -6/+6 |
| | | | | |||||
* | | | | Merge pull request #133 from carlhoerberg/ensure_close_connection | Delano Mandelbaum | 2014-02-01 | 2 | -3/+58 |
|\ \ \ \ | | | | | | | | | | | Ensure the connection closes even on exception | ||||
| * | | | | Assert that the return value from ssh block is returned | Carl Hörberg | 2013-11-30 | 1 | -0/+9 |
| | | | | | |||||
| * | | | | Tests for close conn on exception | Carl Hörberg | 2013-11-30 | 1 | -0/+44 |
| | | | | | |||||
| * | | | | Don't close the connection it's already closed | Carl Hörberg | 2013-11-30 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Ensure the connection closes even on exception | Carl Hörberg | 2013-11-30 | 1 | -3/+5 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | In case the block given to Net::SSH.start throws an exception, make sure that we still close the connection. | ||||
* | | | | Merge pull request #130 from mirakui/master | Delano Mandelbaum | 2014-02-01 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Fix "ConnectionError" typo | ||||
| * | | | | Fix "ConnectionError" typo | Issei Naruta | 2013-11-21 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #129 from ecki/patch-1 | Delano Mandelbaum | 2014-01-30 | 1 | -2/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | allow KeyManager to recover from incompatible agents. | ||||
| * | | | | | allow KeyManager to recover from incompatible agents. | Bernd | 2013-11-20 | 1 | -2/+2 |
| |/ / / / | | | | | | | | | | | This is for example a problem with Vagrant on Windows: https://github.com/mitchellh/vagrant/issues/1455 | ||||
* | | | | | Merge pull request #142 from bobveznat/master | Delano Mandelbaum | 2014-01-23 | 1 | -2/+2 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Handle ssh-rsa and ssh-dss certificate files | ||||
| * | | | | Handle ssh-rsa and ssh-dss certificate filesbobveznat-master | Bob Van Zant | 2014-01-21 | 1 | -2/+2 |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This does not implement certificate based authentication (described here http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/PROTOCOL.certkeys?rev=HEAD) but instead makes it so that if the certificate is not needed for authentication net-ssh doesn't cause the entire application to die. The net-ssh test suite continues to pass. On my own machine I did tests with certificates loaded and verified that although authentication could not proceed to a host requiring a certificate it at least did not die. I also verified that I can continue to use normal rsa and dsa keys to ssh to hosts that do not require certificates even when the certificates are loaded into my ssh-agent instance. This is a potential solution to issue #124 and an alternative to the one presented in pull request #134. | ||||
* | | | | Merge pull request #140 from jarredholman/pageant | Delano Mandelbaum | 2014-01-15 | 3 | -53/+59 |
|\ \ \ \ | |_|/ / |/| | | | Fixed pageant support. | ||||
| * | | | Fixed pageant support. | Jarred Holman | 2014-01-15 | 3 | -53/+59 |
|/ / / | |||||
* | | | Merge pull request #131 from deric/auth_failed | Delano Mandelbaum | 2013-11-27 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | make the authentication error message more useful | ||||
| * | | make the authentication error message more useful | Tomas Barton | 2013-11-27 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #123 from j0hnds/auth_namespace_error | Delano Mandelbaum | 2013-09-23 | 1 | -0/+1 |
|\ \ | | | | | | | Fix for "Authentication Method determination can pick up a class from th... | ||||
| * | | Fix for "Authentication Method determination can pick up a class from the ↵ | Dave | 2013-09-23 | 1 | -0/+1 |
|/ / | | | | | | | root namespace". Added a require for the 'none' authentication method in session.rb. | ||||
* | | Version bumpv2.7.02.72.6 | delano | 2013-09-11 | 3 | -4/+15 |
| | | |||||
* | | Merge pull request #120 from metametaclass/master | Delano Mandelbaum | 2013-09-10 | 1 | -0/+3 |
|\ \ | | | | | | | fix for 'Could not parse PKey: no start line' error on private keys with passphrases | ||||
| * | | remove comment | Yuri Matylitski | 2013-09-11 | 1 | -1/+0 |
| | | | |||||
| * | | fix for 'Could not parse PKey: no start line' error on private keys with ↵ | Yuri Matylitski | 2013-09-11 | 1 | -0/+4 |
|/ / | | | | | | | passphrases' | ||||
* | | Merge pull request #118 from fnordfish/allow-sendenv | Delano Mandelbaum | 2013-09-09 | 6 | -3/+45 |
|\ \ | | | | | | | Automatically forward environment variables defined in OpenSSH config files | ||||
| * | | Automatically forward environment variables defined in OpenSSH config files | Robert Schulze | 2013-09-09 | 6 | -3/+45 |
|/ / | | | | | | | Also accept `:send_env` option on `Net::SSH.start` | ||||
* | | Merge pull request #116 from noric/feature/keepalive | Delano Mandelbaum | 2013-08-25 | 4 | -2/+106 |
|\ \ | | | | | | | implement a experimental keepalive feature #115 | ||||
| * | | implement a experimental keepalive feature | Norihito Yoshioka | 2013-08-18 | 4 | -2/+106 |
| | | |