Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/net-ssh/net-ssh

Pure Ruby implementation of an SSH (protocol 2) client
https://github.com/net-ssh/net-ssh

Merge pull request #207 from lonre/patch-1

Remove trailing space

187762539398a52419c4746e3ff2fcd2ae0dcf35 authored almost 10 years ago by Miklós Fazekas <[email protected]>
Merge pull request #204 from trampi/documentation_paranoid

added documentation about paranoid and own verifiers

4f75343a9863e9cb8854671bf79852ac8bff86e0 authored almost 10 years ago by Miklós Fazekas <[email protected]>
Merge pull request #206 from detiber/fix_keepalive_output

Fix debug output in keepalives

5766f362b22935f4e14c4b8fca4dc1dcfb3f1342 authored almost 10 years ago by Miklós Fazekas <[email protected]>
added documentation about paranoid and own verifiers

08067c1eb9c37966274bcfd0b2d7424ce6b7dd10 authored almost 10 years ago by Fabian Trampusch <[email protected]>
Remove trailing space

dcda19cda039b753a512c6fef0b9a12c4a642d49 authored almost 10 years ago by Lonre Wang <[email protected]>
Keepalive fixes

- Replaced put statement with debug
- Added include for Loggable
- Reset @unresponded_keepalive_...

b1ea851241ed041c8a34b671852bca4374f5c0a4 authored almost 10 years ago by Jason DeTiberus <[email protected]>
Merge pull request #203 from detiber/patch-1

Fix docs for keepalive_maxcount option

00490d67008b2528e9be30cb14c097fdc30d2c9d authored almost 10 years ago by Miklós Fazekas <[email protected]>
Fix docs for keepalive_maxcount option

Docs referenced keepalive_countmax instead of keepalive_maxcount

d34be281cf15c92bf1dfd81ba90c7ed6d97fe031 authored almost 10 years ago by Jason DeTiberus <[email protected]>
Merge pull request #198 from trampi/little-doc-fix

added bullet points for keepalive and keepalive_interval

f979a19674eab935c17507f0df5ebc14d4998201 authored almost 10 years ago by Miklós Fazekas <[email protected]>
Added Miklós Fazekas to authors list

263dfff990d0ef6277c9bcd9d4a60093f3585e9d authored almost 10 years ago by delano <[email protected]>
Update gem related files with the right certificates

3cdb3975e963fc62abf6c78d483f3ee0e3f4ff45 authored almost 10 years ago by Miklos Fazkeas <[email protected]>
keepalive_maxcount

We should be saving keepalive last sent time before checking answer.

13d29ca8850488624660cd7b49f33d6c32c74e89 authored almost 10 years ago by Miklos Fazkeas <[email protected]>
timeout_maxcount: Since we've just sent out a message do not count that as missed

acf78c09650cef63c1455627d2d0c0514b4f1864 authored almost 10 years ago by Miklos Fazkeas <[email protected]>
Merge pull request #202 from punkle/master

Remove the -T from the rake build command

fb8fd0d77e8070da7751e3cd70d1e157c9534b6c authored almost 10 years ago by Miklós Fazekas <[email protected]>
Update README.rdoc

566daf1c249ca5a5e59aa4f2ba0875fd1c46ccc0 authored almost 10 years ago by Brian Fletcher <[email protected]>
Resolved Rakefile merge

1af5a4e8159b812c0d0afe1a12a53083e7e4d255 authored almost 10 years ago by delano <[email protected]>
Updated signing cert

6931a9b045ef839a7dac2f1b6cbb8ab2587e582f authored almost 10 years ago by delano <[email protected]>
Merge pull request #201 from mfazekas/292-beta-vbuild

prepare 2.9.2 beta build

d30356e7be3262cda0ade193d9fd150d1e4308d4 authored almost 10 years ago by Delano Mandelbaum <[email protected]>
Merge pull request #200 from net-ssh/keepalive-maxcount

Implemented keepalive_maxcount

6ce8667acc8ca47a48620aca96dfd25b45a7c3ab authored almost 10 years ago by Delano Mandelbaum <[email protected]>
prepare 2.9.2 beta build

81d2dd61526689be230ac52fd52466dbf20a9762 authored almost 10 years ago by Miklos Fazkeas <[email protected]>
refactor keepalive to a module

e978c1d00184db6f6b5d2e65d00286b34a1cceec authored almost 10 years ago by Miklos Fazkeas <[email protected]>
Implemented keepalive_maxcount

ecb35da7dee0c80b1e32f8412e69f27750cd2b51 authored almost 10 years ago by Miklos Fazkeas <[email protected]>
added bullet points for keepalive and keepalive_interval

de70e7ace28c2698a2933d5be730c07890f97392 authored almost 10 years ago by Fabian Trampusch <[email protected]>
Merge pull request #193 from net-ssh/revert_aes_gcm

Revert aes-gcm @ openssl

ad6a459121314bf2b71a12bf2bb18a1bcf3981d9 authored almost 10 years ago by Miklós Fazekas <[email protected]>
Revert aes-gcm @ openssl

e77d7b799a77f6de85f4f337e8483194d47b68df authored almost 10 years ago by Miklos Fazkeas <[email protected]>
Revert "Update chipers for known_hosts"

This reverts commit cba8e6cfd0c2c9f849613737d2b40704372b8a2e.

3df5403eecbfe6b7e534a439457272a426a67fa4 authored almost 10 years ago by Miklos Fazkeas <[email protected]>
Merge pull request #190 from mfazekas/warn_for_unimplemented_algs

removed unimplemented hmac, host_key and we warn instead of fail for unimplemented algs

2c2874a3bff3f3069793b00477c8df8e7be324b2 authored about 10 years ago by Delano Mandelbaum <[email protected]>
removed unimplemented hmac, host_key and we now warn instead of fail for unimplemented algs

b7dd7ea6dc045934f6e9aa13498ec2f63af23515 authored about 10 years ago by Miklos Fazkeas <[email protected]>
Merge pull request #187 from mfazekas/password_auth_ask

Password auth will ask for password up to number_of_password_prompts tim...

25ac6987c922c462af0611f2e570f2c971879143 authored about 10 years ago by Delano Mandelbaum <[email protected]>
Merge pull request #186 from mfazekas/ignore_unknown_pubkey

Ignore unkown identities instead of failing on it

2c10a94e81d9f6f0cbf38c8e8c023d5ece9e334b authored about 10 years ago by Delano Mandelbaum <[email protected]>
Merge pull request #185 from mfazekas/ed25519_is_not_implemented

Revert "Add support for ssh-ed25519 to lib/net/ssh/buffer.rb"

af273f19c46c6545bc62cbcfe6b977289d664496 authored about 10 years ago by Delano Mandelbaum <[email protected]>
Password auth will ask for password up to number_of_password_prompts times

85c91e87dd5a1c34cf34f381274e26df02b91c79 authored about 10 years ago by Miklos Fazkeas <[email protected]>
Ignore unkown key instead of failing on it

9f3958b84433bb3f845d477a404bd670459f7e8c authored about 10 years ago by Miklos Fazkeas <[email protected]>
Revert "Add support for ssh-ed25519 to lib/net/ssh/buffer.rb"

This reverts commit 16398e414cdcf59939c31357c136a188fd10ecab.

6dac683a947a4e816ae9adc2367b5516b4ecfa57 authored about 10 years ago by Miklos Fazkeas <[email protected]>
Merge pull request #181 from amatsuda/warnings

Ruby Warnings

1bf2686763a0238cb030998962e700827115acf1 authored about 10 years ago by Miklós Fazekas <[email protected]>
warning: assigned but unused variable - multi_host

c55016c9bb64af56ee7e2d88f59908e93645dc43 authored about 10 years ago by Akira Matsuda <[email protected]>
warning: assigned but unused variable - hash

28718ca2874a8e08a126700eb7030ac92b090486 authored about 10 years ago by Akira Matsuda <[email protected]>
Merge pull request #176 from mikz/fix-duplicated-known-hosts-with-proxy

Fix duplicating entries in known_hosts when using proxy command

043bbca9b65cb7f8d862371f66cd4e163287291b authored about 10 years ago by Delano Mandelbaum <[email protected]>
Merge pull request #179 from mfazekas/fix_tests

Disabled enqueue packet test for ciphers with no packet data

6589c578c8b7842107f796ebcaf5d2597373733d authored about 10 years ago by Miklós Fazekas <[email protected]>
Disabled enqueue packet test for ciphers with no packet data

4f1cfa544fb73cf24c2cffbd758408101c22cf7c authored about 10 years ago by Miklos Fazkeas <[email protected]>
Fix duplicating entries in known_hosts when using proxy command

Fixes #107

OpenSSH does not store ip address when using proxy command like:

server.example.com...

c53b40366b04e16c42e7f3022f343432619f3530 authored about 10 years ago by Michal Cichra <[email protected]>
Merge pull request #174 from jkeiser/remote_callback

Add callback to directly find out remote forwarding response

441d07882645114b5acc764d2b0b83930c6cacd7 authored over 10 years ago by Delano Mandelbaum <[email protected]>
Add callback to directly find out remote forwarding response

8af2863aa74e36db18bc0a2c2eb186cd8acb8d89 authored over 10 years ago by John Keiser <[email protected]>
Merge pull request #172 from miah/typo

correct possible typo.

001ef5c98d5b1c1cf764066b86d463dbef0ff7bc authored over 10 years ago by Delano Mandelbaum <[email protected]>
correct possible typo.

aef9075e402297cb7bf826f7b61a6d3836adce1a authored over 10 years ago by Miah Johnson <[email protected]>
Use sysread and syswrite on Windows instead of read_nonblock and write_nonblock in proxy command pipe (#168)

d9fcd52d3f7bad1c38b462a22daa6263a4869f7b authored over 10 years ago by Marc-Etienne M.Léveillé <[email protected]>
Version bump (2.9.1)

9f8607984d8e904f211cc5edb39ab2a2ca94008e authored over 10 years ago by delano <[email protected]>
Merge branch 'master' of github.com:net-ssh/net-ssh

95550bbcf7cc8925b50513dee3bfaae55b3c62a5 authored over 10 years ago by delano <[email protected]>
Merge pull request #165 from chrahunt/add-security-attributes-pageant

Add user security attributes for Pageant

98491cd00d1d28463a0a4d6baa896ddaaf2b56e3 authored over 10 years ago by Delano Mandelbaum <[email protected]>
Merge branch 'master' of github.com:net-ssh/net-ssh

e3ada3068056521126e50f7d0617ae3fa3368c0c authored over 10 years ago by delano <[email protected]>
Clearer C string handling.

443d04992407dc24731895141f7431720ba1d2a6 authored over 10 years ago by Christopher Hunt <[email protected]>
Add better documentation to Pageant test.

b3b2ec3e315c3f3b36b8438047ccbca08ca48e13 authored over 10 years ago by Christopher Hunt <[email protected]>
Remove unnecessary unicode code, fix length determination and implement KeeAgent support.

3630ccf34fc32d608e9cce0a488cfdd5884e1b0b authored over 10 years ago by Christopher Hunt <[email protected]>
Consolidate send_query methods and add unicode checking.

9e8093cf569421d29406bbdc444347e62d3677b7 authored over 10 years ago by Christopher Hunt <[email protected]>
Cleaner compatibility. Fixes #92.

e730dc5f0bdd25255da0a25396d0e0d75f963374 authored over 10 years ago by Christopher Hunt <[email protected]>
Clean up. Partial fix for #92. Does not work with KeeAgent.

b29342057074d49185676eff0163ee64d9d027cb authored over 10 years ago by Christopher Hunt <[email protected]>
Add 1.8.7 implementation.

25f95834dd15835b72133c9116f817bb04d0a697 authored over 10 years ago by Christopher Hunt <[email protected]>
Working with elevated console and elevated or limited Pageant.

6231fc9da9faa792806340a8c8c6810567db3b00 authored over 10 years ago by Christopher Hunt <[email protected]>
Progress on 1.9.3 implementation.

1a70ecefad8d8019844ea5167e06646d4be0983f authored over 10 years ago by Christopher Hunt <[email protected]>
Add external methods for security attribute acquiration.

c9c378f5beaeb4734719a4cbab07779e08ebd25a authored over 10 years ago by Christopher Hunt <[email protected]>
Add manual test for Pageant negotiation.

abee0e7fd9609d9c9b21eb6fabab27a3813b1eff authored over 10 years ago by Christopher Hunt <[email protected]>
Update .travis.yml

Temporarily removed Ruby 2.1.0 to resolve Travis issue (travis-ci/travis-ci#2220).

8cdbcb159f65cd06c7b38f3e460553149bd0399c authored over 10 years ago by Delano Mandelbaum <[email protected]>
Merge pull request #163 from nirvdrum/negative_host_patterns

Support negative patterns in host lookup from the SSH config file.

0829265bd562aad1613ffac3ce760068462e2fc4 authored over 10 years ago by Delano Mandelbaum <[email protected]>
Support negative patterns in host lookup from the SSH config file.

Fixes #150: ssh_config parsing doesn't support negated host patterns

a2d7bce1bbf4984dcea41714f65fbf12f8ea5c9c authored over 10 years ago by Kevin Menard <[email protected]>
Add aes-gcm ssh->ossl conversion

d0eb8b00371330d259a248402021de8eb0cf8cc9 authored over 10 years ago by Chris Aumann <[email protected]>
Add support for ssh-ed25519 to lib/net/ssh/buffer.rb

16398e414cdcf59939c31357c136a188fd10ecab authored over 10 years ago by Chris Aumann <[email protected]>
Merge branch 'master' of github.com:net-ssh/net-ssh

dc6704d050550c3fe63f8410e194781c47fabea2 authored over 10 years ago by delano <[email protected]>
Version bump (w/ new signing key)

ac6b30d5d2c1a09788d2df7a504117c7354f8b8c authored over 10 years ago by delano <[email protected]>
Merge pull request #149 from jefmathiot/master

Added an optional "options" argument to test socket open method, as the ...

b2b25e686565bf2a2142c81559ce1587057cd1b3 authored over 10 years ago by Delano Mandelbaum <[email protected]>
Merge pull request #158 from mfazekas/281_ssh_config_bugfix

Fix to #145. We now have different 'keyboard-interactive' and 'challenge...

44c9724119e12399cbd6c1cba671ed32ab0d3bda authored over 10 years ago by Delano Mandelbaum <[email protected]>
Merge pull request #161 from simonswine/feature_jenkins_ssh_agent

Ignore errors during ssh agent negotiation

7286f815fc367d97771e8bec9f61aa023fff9989 authored over 10 years ago by Delano Mandelbaum <[email protected]>
Merge pull request #160 from chr4/new-ciphers

New ciphers

2d9a19efcb26c52110041b6ec76a2078d047f050 authored over 10 years ago by Delano Mandelbaum <[email protected]>
Ignore errors during ssh agent negotiation

* Support Apache's SSHD implementation of a SSH Agent
* Discovered while trying to use Jenkins' ...

61e27e7b4cfa6d387d80c8c420a7816706f3ae4f authored over 10 years ago by Christian Simon <[email protected]>
Update chipers for known_hosts

Add ciphers recently added to openssh (since openssh-6.4)

cba8e6cfd0c2c9f849613737d2b40704372b8a2e authored over 10 years ago by Chris Aumann <[email protected]>
Adapt test for new ciphers #3

b1fc36b983bd580d66ca9c2c65b5167f9cb8fa08 authored over 10 years ago by Chris Aumann <[email protected]>
Adapt test for new ciphers #2

483add718deefe976ca272e168e24185fc93a9b3 authored over 10 years ago by Chris Aumann <[email protected]>
Adapt test for new ciphers #1

test_constructor_should_build_default_list_of_preferred_algorithms

c66b6a0e5f89550e2f60ae15df4141f9a367770b authored over 10 years ago by Chris Aumann <[email protected]>
Update HostKey, HMAC and Kex ciphers

Add ciphers recently added to openssh (since openssh-6.4)

83ce879180a1aba73ac200ef022c44352028b000 authored over 10 years ago by Chris Aumann <[email protected]>
Add Ed25519 to private key list

0138e03d736f8924acb95b94dca67a32dd7e58da authored over 10 years ago by Chris Aumann <[email protected]>
Change private key order to prefer RSA oder DSA

RSA is more secure, due to longer cipher lengths.
1024bit (DSA default) should not be used anymore.

c0bed21b715c38959572918f10d3586f4575d4d5 authored over 10 years ago by Chris Aumann <[email protected]>
Merge pull request #159 from mfazekas/281_ssh_config_fix_for_public_key_auth

IdentiesOnly will not disable ssh_agent as it's not supposed to - fixing #148 by new fix for #137

329485ab81f3b69697ac1723043369c37a99ea2f authored over 10 years ago by Delano Mandelbaum <[email protected]>
Fixed typo user agent was writen instead of ssh-agent

a663e04801535787e803189a9939c734ee970d14 authored over 10 years ago by Miklos Fazkeas <[email protected]>
IdentiesOnly will not disable ssh_agent as it's not supposed to, a new option :use_agent provided for disabling agent. Fix #148 with another fix for #137.

6232252c8e26788c9a00ff0bccd0ff47d5a8f7ef authored over 10 years ago by Miklos Fazkeas <[email protected]>
Fix to #145. We now have different 'keyboard-interactive' and '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.

23cef13b90249690b5149b706bda2075d49cd80f authored over 10 years ago by Miklos Fazkeas <[email protected]>
Merge remote-tracking branch 'remotes/upstream/master'

7f4d489f0ed47b344965d1c39d9160cb94371fd5 authored over 10 years ago by Miklos Fazkeas <[email protected]>
Merge branch 'master' of https://github.com/mfazekas/net-ssh

e1af9a7ce423231d57fdac2d22a261d0685039dd authored over 10 years ago by Miklos Fazkeas <mfazekas@szemafor>
Merge pull request #157 from mfazekas/upstream

travis-ci: added travis.yml for continous integration via travis-ci.org

e66f5ebfeb54c170ad02796563add2e50f3092f0 authored over 10 years ago by Miklós Fazekas <[email protected]>
travis-ci: added travis.yml for continous integration via travis-ci.org

d4ff7d7c4e4f84bea7281d6b250b793e986c4ef4 authored over 10 years ago by Miklos Fazekas <[email protected]>
Fix test failures by initializing :auth_methods

1cdd1082f183f0ca6f72b8923e3dc2f2d6ae6ba6 authored over 10 years ago by Miklos Fazekas <[email protected]>
travis-ci: added travis.yml for continous integration via travis-ci.org

a680dfe0910dcfa80f30559886677dfc6e665742 authored over 10 years ago by Miklos Fazekas <[email protected]>
Fix test failures by initializing :auth_methods

37e717c0cb99f79de53eac43b6b612132efb725f authored over 10 years ago by Miklos Fazkeas <mfazekas@szemafor>
travis-ci: added travis.yml for continous integration via travis-ci.org

fd60e884ba84643435191534653d294c7a862443 authored over 10 years ago by Miklos Fazekas <[email protected]>
Added an optional "options" argument to test socket open method, as the transport session use it with three arguments.

9b0e528049b021fe9f78f74bdd211178aa14b624 authored over 10 years ago by Jef Mathiot <[email protected]>
Version bump to 2.8.1 with fixes for #145 and #146

6fc2b4d782a45ead3cf2ca14b3c3fad1d738acc2 authored over 10 years ago by delano <[email protected]>
Merge pull request #147 from mfischer-zd/master

Correct location of global known_hosts files

2eafb0a159046674bb76b640be26862ace92c74d authored over 10 years ago by Delano Mandelbaum <[email protected]>
Correct location of global known_hosts files

fixes: net-ssh/net-ssh#146

322bda2b67c1d7c0df91709529af5e82346f7608 authored over 10 years ago by Michael S. Fischer <[email protected]>
Version bump

eee7e821b068134bf287cbeb363330ecfcd36a59 authored over 10 years ago by delano <[email protected]>
Updated THANKS

08986a08aa19739d4f19ff22d86e5b28640505ac authored over 10 years ago by delano <[email protected]>
Updated CHANGES for 2.8.0 release

01084e80e35eace3b6b5b8bd0986a176010c5c58 authored over 10 years ago by delano <[email protected]>
Merge pull request #109 from aderouineau/master

Ephemeral port support for port forwarding

910c42fc60ec07b395c0f0ba121c35f5693c7e42 authored over 10 years ago by Delano Mandelbaum <[email protected]>