Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make keepalive a classkeepalive-class | Miklos Fazekas | 2014-12-23 | 2 | -22/+27 |
| | |||||
* | Merge pull request #207 from lonre/patch-1 | Miklós Fazekas | 2014-12-23 | 1 | -1/+1 |
|\ | | | | | Remove trailing space | ||||
| * | Remove trailing space | Lonre Wang | 2014-12-22 | 1 | -1/+1 |
| | | |||||
* | | Keepalive fixes | Jason DeTiberus | 2014-12-18 | 1 | -2/+7 |
|/ | | | | | | | | | - Replaced put statement with debug - Added include for Loggable - Reset @unresponded_keepalive_count before raising Net::SSH::Timeout - When passing Net::SSH.start a block, the ensure statement calls connection.close, if the connection is restored at this point, the close call will still fail since the unresponded_keepalive_count > 0 | ||||
* | keepalive_maxcount | Miklos Fazkeas | 2014-12-02 | 1 | -1/+1 |
| | | | | We should be saving keepalive last sent time before checking answer. | ||||
* | timeout_maxcount: Since we've just sent out a message do not count that as ↵ | Miklos Fazkeas | 2014-12-02 | 1 | -1/+2 |
| | | | | missed | ||||
* | Merge pull request #201 from mfazekas/292-beta-vbuild | Delano Mandelbaum | 2014-12-02 | 1 | -7/+11 |
|\ | | | | | prepare 2.9.2 beta build | ||||
| * | prepare 2.9.2 beta build | Miklos Fazkeas | 2014-12-02 | 1 | -7/+11 |
| | | |||||
* | | refactor keepalive to a modulekeepalive-maxcount | Miklos Fazkeas | 2014-12-02 | 2 | -37/+51 |
| | | |||||
* | | Implemented keepalive_maxcount | Miklos Fazkeas | 2014-12-02 | 2 | -3/+19 |
|/ | |||||
* | Revert aes-gcm @ opensslrevert_aes_gcm | Miklos Fazkeas | 2014-11-11 | 2 | -4/+0 |
| | |||||
* | Revert "Update chipers for known_hosts" | Miklos Fazkeas | 2014-10-25 | 1 | -10/+2 |
| | | | | This reverts commit cba8e6cfd0c2c9f849613737d2b40704372b8a2e. | ||||
* | removed unimplemented hmac, host_key and we now warn instead of fail for ↵ | Miklos Fazkeas | 2014-10-03 | 1 | -8/+10 |
| | | | | unimplemented algs | ||||
* | Merge pull request #187 from mfazekas/password_auth_ask | Delano Mandelbaum | 2014-09-30 | 2 | -10/+38 |
|\ | | | | | Password auth will ask for password up to number_of_password_prompts tim... | ||||
| * | Password auth will ask for password up to number_of_password_prompts times | Miklos Fazkeas | 2014-09-26 | 2 | -10/+38 |
| | | |||||
* | | Merge pull request #186 from mfazekas/ignore_unknown_pubkey | Delano Mandelbaum | 2014-09-30 | 1 | -4/+10 |
|\ \ | | | | | | | Ignore unkown identities instead of failing on it | ||||
| * | | Ignore unkown key instead of failing on it | Miklos Fazkeas | 2014-09-26 | 1 | -4/+10 |
| |/ | |||||
* | | Revert "Add support for ssh-ed25519 to lib/net/ssh/buffer.rb" | Miklos Fazkeas | 2014-09-26 | 1 | -1/+1 |
|/ | | | | This reverts commit 16398e414cdcf59939c31357c136a188fd10ecab. | ||||
* | warning: assigned but unused variable - multi_host | Akira Matsuda | 2014-09-02 | 1 | -1/+0 |
| | |||||
* | warning: assigned but unused variable - hash | Akira Matsuda | 2014-09-02 | 1 | -1/+1 |
| | |||||
* | Fix duplicating entries in known_hosts when using proxy command | Michal Cichra | 2014-07-31 | 2 | -3/+10 |
| | | | | | | | | | | | | Fixes #107 OpenSSH does not store ip address when using proxy command like: server.example.com ssh-rsa AAAAA....... net-ssh was storing it like: server.example.com,<no hostip for proxy command> ssh-rsa AAAA..... | ||||
* | Add callback to directly find out remote forwarding response | John Keiser | 2014-07-17 | 1 | -12/+52 |
| | |||||
* | Version bump (2.9.1)v2.9.1latest | delano | 2014-05-13 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of github.com:net-ssh/net-ssh | delano | 2014-05-12 | 1 | -68/+197 |
|\ | |||||
| * | Clearer C string handling. | Christopher Hunt | 2014-05-11 | 1 | -8/+9 |
| | | |||||
| * | Remove unnecessary unicode code, fix length determination and implement ↵ | Christopher Hunt | 2014-05-11 | 1 | -14/+10 |
| | | | | | | | | KeeAgent support. | ||||
| * | Consolidate send_query methods and add unicode checking. | Christopher Hunt | 2014-05-11 | 1 | -62/+39 |
| | | |||||
| * | Cleaner compatibility. Fixes #92. | Christopher Hunt | 2014-05-10 | 1 | -135/+77 |
| | | |||||
| * | Clean up. Partial fix for #92. Does not work with KeeAgent. | Christopher Hunt | 2014-05-10 | 1 | -56/+62 |
| | | |||||
| * | Add 1.8.7 implementation. | Christopher Hunt | 2014-05-10 | 1 | -2/+86 |
| | | |||||
| * | Working with elevated console and elevated or limited Pageant. | Christopher Hunt | 2014-05-10 | 1 | -31/+33 |
| | | |||||
| * | Progress on 1.9.3 implementation. | Christopher Hunt | 2014-05-06 | 1 | -4/+105 |
| | | |||||
| * | Add external methods for security attribute acquiration. | Christopher Hunt | 2014-05-04 | 1 | -1/+21 |
| | | |||||
* | | Merge branch 'master' of github.com:net-ssh/net-ssh | delano | 2014-05-12 | 1 | -2/+12 |
|\ \ | |/ | |||||
| * | Support negative patterns in host lookup from the SSH config file. | Kevin Menard | 2014-05-01 | 1 | -2/+12 |
| | | | | | | | | Fixes #150: ssh_config parsing doesn't support negated host patterns | ||||
* | | Add aes-gcm ssh->ossl conversion | Chris Aumann | 2014-05-01 | 1 | -0/+3 |
| | | |||||
* | | Add support for ssh-ed25519 to lib/net/ssh/buffer.rb | Chris Aumann | 2014-05-01 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'master' of github.com:net-ssh/net-sshv2.9.0 | delano | 2014-04-30 | 1 | -1/+1 |
|\ | |||||
| * | Merge pull request #149 from jefmathiot/master | Delano Mandelbaum | 2014-04-30 | 1 | -1/+1 |
| |\ | | | | | | | Added an optional "options" argument to test socket open method, as the ... | ||||
| | * | Added an optional "options" argument to test socket open method, as the ↵ | Jef Mathiot | 2014-02-21 | 1 | -1/+1 |
| | | | | | | | | | | | | transport session use it with three arguments. | ||||
* | | | Version bump (w/ new signing key) | delano | 2014-04-30 | 1 | -2/+2 |
|/ / | |||||
* | | Merge pull request #158 from mfazekas/281_ssh_config_bugfix | Delano Mandelbaum | 2014-04-30 | 1 | -6/+22 |
|\ \ | | | | | | | Fix to #145. We now have different 'keyboard-interactive' and 'challenge... | ||||
| * | | Fix to #145. We now have different 'keyboard-interactive' and ↵ | Miklos Fazkeas | 2014-04-05 | 1 | -6/+22 |
| | | | | | | | | | | | | 'challenge-response' auth types internally. And as with openssl 6.x you have to set both KbdInteractiveAuthentication and ChallengeResponseAuthentication to 'no' to disable keyboard-interactive auth. | ||||
* | | | Merge pull request #161 from simonswine/feature_jenkins_ssh_agent | Delano Mandelbaum | 2014-04-30 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | Ignore errors during ssh agent negotiation | ||||
| * | | | Ignore errors during ssh agent negotiation | Christian Simon | 2014-04-21 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | * Support Apache's SSHD implementation of a SSH Agent * Discovered while trying to use Jenkins' SSH Agent Plugin | ||||
* | | | | Update chipers for known_hosts | Chris Aumann | 2014-04-17 | 1 | -2/+10 |
| | | | | | | | | | | | | | | | | Add ciphers recently added to openssh (since openssh-6.4) | ||||
* | | | | Update HostKey, HMAC and Kex ciphers | Chris Aumann | 2014-04-16 | 1 | -4/+13 |
| | | | | | | | | | | | | | | | | Add ciphers recently added to openssh (since openssh-6.4) | ||||
* | | | | Add Ed25519 to private key list | Chris Aumann | 2014-04-16 | 1 | -2/+2 |
| | | | | |||||
* | | | | Change private key order to prefer RSA oder DSA | Chris Aumann | 2014-04-16 | 1 | -2/+2 |
|/ / / | | | | | | | | | | | | | RSA is more secure, due to longer cipher lengths. 1024bit (DSA default) should not be used anymore. | ||||
* | | | IdentiesOnly will not disable ssh_agent as it's not supposed to, a new ↵ | Miklos Fazkeas | 2014-04-05 | 1 | -5/+6 |
|/ / | | | | | | | option :use_agent provided for disabling agent. Fix #148 with another fix for #137. |