Ecosyste.ms: OpenCollective

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

net-ssh

improve and maintain ruby net-ssh library
Collective - Host: opensource - https://opencollective.com/net-ssh - Code: https://github.com/net-ssh/net-ssh

Merge pull request #934 from m-nakamura145/update-ci-matrix

Add Ruby 3.3.0 to CI matrix

github.com/net-ssh/net-ssh - f54a2270dba3974081663b9780b493ed8d332a07 authored 9 months ago by Miklós Fazekas <[email protected]>
Add Ruby 3.3.0 to CI matrix

github.com/net-ssh/net-ssh - 50a887c97090b8ba8527769567a41363c94797fd authored 9 months ago by m-nakamura145 <[email protected]>
Merge pull request #933 from mattbrictson/base64-fix-followup

Remove unused base64 requires to fix Ruby 3.3 warning

github.com/net-ssh/net-ssh - 31203044253cc9de2d65312d178d7b1a07bb48b0 authored 9 months ago by Miklós Fazekas <[email protected]>
The Base64 module is still used within tests

github.com/net-ssh/net-ssh - ac67df65539e8ccfb90b88f27ffec2695e035b29 authored 9 months ago by Matt Brictson <[email protected]>
Remove unused base64 requires to fix Ruby 3.3 warning

The previous PR #932 refactored the code to no longer use the Base64
module, but forgot to remov...

github.com/net-ssh/net-ssh - 6b7d21b88504b0938f0a17fbd2a248965af0d68d authored 9 months ago by Matt Brictson <[email protected]>
bump version

github.com/net-ssh/net-ssh - 2a66440fa72d91016de8a17bcfe6ec39d8125ad2 authored 10 months ago by NetSHH Robot <[email protected]>
Merge pull request #932 from mattbrictson/fix-base64-warning

Remove base64 runtime dependency

github.com/net-ssh/net-ssh - add141b4c4665fd846af9644ec53c2637a6ddd42 authored 10 months ago by Miklós Fazekas <[email protected]>
Remove base64 runtime dependency

Starting in Ruby 3.3.0, `require "base64"` triggers a warning:

> base64 was loaded from the sta...

github.com/net-ssh/net-ssh - a98673a989f589009ee55dbdd6ce8849d295ec3e authored 10 months ago by Matt Brictson <[email protected]>
bump version

github.com/net-ssh/net-ssh - 2e65064a52d73396bfc3806c9196fc8108f33cd8 authored 10 months ago by NetSHH Robot <[email protected]>
fix: rake vbump:final

github.com/net-ssh/net-ssh - dc0e58feff7dd918746547f573dcd306fadce210 authored 10 months ago by Miklós Fazekas <[email protected]>
please rubocop

github.com/net-ssh/net-ssh - c4c7e3bbd41bd1c920b0c75c220d04a7e54c33ab authored 10 months ago by Miklós Fazekas <[email protected]>
fix: rake vbump:final

github.com/net-ssh/net-ssh - 56ad35b3fa5125657d20ea048968d44f8ab21f92 authored 10 months ago by Miklós Fazekas <[email protected]>
Merge pull request #931 from net-ssh/ci-330-rc1

chore(ci): fix bundler on older rubies and add 3.3.0-rc1

github.com/net-ssh/net-ssh - 6dc1e177e6f2f87e025944dff986753801755d53 authored 10 months ago by Miklós Fazekas <[email protected]>
chore(ci): fix bundler on older rubies and add 3.3.0-rc1

github.com/net-ssh/net-ssh - 1c74b13cf3066360fb568d6c051da3c8abaadda0 authored 10 months ago by Miklós Fazekas <[email protected]>
removed lib/net/ssh/version.rb.old

github.com/net-ssh/net-ssh - 22f1f59557decba566878f06cedf803a381fbf11 authored 10 months ago by Miklós Fazekas <[email protected]>
bump version

github.com/net-ssh/net-ssh - 4c4375915f2d9ab57ea0aaa02e6a17f63b2ad2b2 authored 10 months ago by NetSHH Robot <[email protected]>
changelog

github.com/net-ssh/net-ssh - bbeb8c4738895ea8720de3f9911bc967017c2149 authored 10 months ago by Miklós Fazekas <[email protected]>
chore: support going from release to rc with rake vbump:pre[rc]

github.com/net-ssh/net-ssh - 3481a63eaedf3b628be2044068cea8d2caf7b78e authored 10 months ago by Miklós Fazekas <[email protected]>
chore: support going from release to rc with rake vbump:pre[rc]

github.com/net-ssh/net-ssh - 5d78c04878df686fcff52d7e76c4c4eb1bd1a5ef authored 10 months ago by Miklós Fazekas <[email protected]>
Merge pull request #926 from mkasztelnik/keycert-data

Load keycert directly from string

github.com/net-ssh/net-ssh - e867861a7689a005716f7ff3fce4f01e2e3c0e6c authored 12 months ago by Miklós Fazekas <[email protected]>
Merge pull request #928 from basecamp/ruby-3.3.0-preview2

Ruby 3.3.0-preview2: Fix error when reading from a closed stream

github.com/net-ssh/net-ssh - 564cf9c7fc15a7e3aa5562c3a6b65f83a1677b9f authored about 1 year ago by Miklós Fazekas <[email protected]>
Ruby 3.3.0-preview2: Fix error when reading from a closed stream

Fixes "TypeError, no implicit conversion of nil into String" when
reading from a closed stream. ...

github.com/net-ssh/net-ssh - efd0ebe882fce04952dcf1dbe2ba5618172f2172 authored about 1 year ago by Jacopo <[email protected]>
Load keycert directly from string

github.com/net-ssh/net-ssh - f92c1cc64a75ec022709ea24986b795af4074eb5 authored about 1 year ago by Marek Kasztelnik <[email protected]>
Merge pull request #924 from zzambers/removed-version-old

Remove version.rb.old

github.com/net-ssh/net-ssh - b060966eb94df3e0d6583d9476d1aab7a1856964 authored about 1 year ago by Miklós Fazekas <[email protected]>
Remove version.rb.old

github.com/net-ssh/net-ssh - 909fcb0b673b31081402ba44304887cf1ed46832 authored about 1 year ago by Zdenek Zambersky <[email protected]>
Update CHANGES.txt

github.com/net-ssh/net-ssh - 4a98e6e116fcd4737be10e0e4f39df6f91b94829 authored about 1 year ago by Miklós Fazekas <[email protected]>
Merge pull request #919 from net-ssh/mfazekas/bump-mocha

update mocha and minitest

github.com/net-ssh/net-ssh - cea6660c0e1ece94eda3086d94c9ebbd4cbb5b6e authored about 1 year ago by Miklós Fazekas <[email protected]>
update mocha and minitest and ruby 3.0.5 to 3.0.6

github.com/net-ssh/net-ssh - b6779c56ef24e53d3fc239a1564f51e1889ae1eb authored about 1 year ago by Miklós Fazekas <[email protected]>
bump version

github.com/net-ssh/net-ssh - 7dd7d82f297bbc2cc4d593c270e90237e8df40ba authored about 1 year ago by NetSHH Robot <[email protected]>
Merge pull request #918 from TNP-Ltd/pubkey-debugging

Add debugging information for algorithm of pubkey in use

github.com/net-ssh/net-ssh - cce2c57f99fdd69be389910e14a924d815790659 authored about 1 year ago by Miklós Fazekas <[email protected]>
Update lib/net/ssh/authentication/methods/publickey.rb

Co-authored-by: Miklós Fazekas <[email protected]>

github.com/net-ssh/net-ssh - 21860729086e9de3cd40910fed3374bb5b5613bc authored over 1 year ago by Dan Poltawski <[email protected]>
Add debugging information for algorithm of pubkey in use

Before this change it was not possible to distinguish between two public
key authentications of ...

github.com/net-ssh/net-ssh - 6a8d24f505810b3b5a40394549061f4b215dde9e authored over 1 year ago by Dan Poltawski <[email protected]>
Merge pull request #917 from net-ssh/mfazekas/72rc1

chore: bump to 7.2.0.rc1

github.com/net-ssh/net-ssh - 0d7e363a3d75a46aa0ab0d48d0f5b6e43f45a7fa authored over 1 year ago by Miklós Fazekas <[email protected]>
chore: bump to 7.2.0.rc1

github.com/net-ssh/net-ssh - 6d3f7ea2a24cac9c00a8e528ae37b161da465f86 authored over 1 year ago by Miklós Fazekas <[email protected]>
Merge pull request #916 from net-ssh/mfazekas/rubocop

rubocop

github.com/net-ssh/net-ssh - 1ac9d96685e1986fdf63c943a5c325c6b9704ea8 authored over 1 year ago by Miklós Fazekas <[email protected]>
chore: fix dockerfile openbsd

github.com/net-ssh/net-ssh - ec83e4439d7daabbadbf68c90049e1babcdc0a19 authored over 1 year ago by Miklós Fazekas <[email protected]>
doc: release notes

github.com/net-ssh/net-ssh - 7ed100948d10049838d25a5f8c022ccfd7859ffb authored over 1 year ago by Miklós Fazekas <[email protected]>
chore: fix rubocop

github.com/net-ssh/net-ssh - 40ee11c5fb69e180821f646eb4ccd8ebcf91dcfb authored over 1 year ago by Miklós Fazekas <[email protected]>
Merge pull request #912 from tosuke-lab/fix-identity-agent

Allow IdentityAgent as option to Net::SSH.start

github.com/net-ssh/net-ssh - 2b47176756eaf3bd0d694d87e3a2929e39de105b authored over 1 year ago by Miklós Fazekas <[email protected]>
Add docs for options on start method

github.com/net-ssh/net-ssh - 0cfaf3bd39461fdad997726877f57b0e1c4d348a authored over 1 year ago by tosuke <[email protected]>
Add tests for loading config with IdentityAgent

github.com/net-ssh/net-ssh - 9158d5d3bbaac4cf987b4c214ccea32920369318 authored over 1 year ago by tosuke <[email protected]>
fix: identity_agent option is valid

github.com/net-ssh/net-ssh - 5bce28b8c892104ea86ccf0cc17e8e1be3af42f0 authored over 1 year ago by tosuke <[email protected]>
Update README.md

github.com/net-ssh/net-ssh - 576dbbd4b0fd6e30eccd8f9895cf8c8f6df129f0 authored over 1 year ago by Miklós Fazekas <[email protected]>
Create FUNDING.yml

github.com/net-ssh/net-ssh - 9133272f35fe1ac5f704043b970cce9e50907d77 authored over 1 year ago by Miklós Fazekas <[email protected]>
Merge pull request #908 from mfazekas/mfazekas/cacha20-poly1305

chacha20-poly1305 with RbNaCl poly1305

github.com/net-ssh/net-ssh - e5a6cdaff20783c828296b630102c4b3fd0bec47 authored over 1 year ago by Miklós Fazekas <[email protected]>
chore: remove byebug

github.com/net-ssh/net-ssh - 67d809e7cbaf331f96f106adaf88586b276d5aa5 authored over 1 year ago by Miklós Fazekas <[email protected]>
CHANGELOG, vers bump

github.com/net-ssh/net-ssh - 1c9f401ed7827b3f09a2d03d1c32ef49c820593d authored over 1 year ago by Miklós Fazekas <[email protected]>
chore: chacha tests in packet_stream, use implicit_mac where needed

github.com/net-ssh/net-ssh - 881142e426b9bdbcdad40ead99675456f3efbcf7 authored over 1 year ago by Miklós Fazekas <[email protected]>
chore: refactor chacha_poly20

github.com/net-ssh/net-ssh - 5bd322359df9d6a7cec8e0ee1e95437564adcd33 authored over 1 year ago by Miklós Fazekas <[email protected]>
chore: fix ci for chacha_poly20

github.com/net-ssh/net-ssh - d211cba642c4f58e78d22e27ce6dbe546df762fd authored over 1 year ago by Miklós Fazekas <[email protected]>
chore: only load chacha20_poly if rbnacl is installed, fix test for expanded_key, add cipher test

github.com/net-ssh/net-ssh - 49dd5a34a7c77d5197fcd347c359e0c8dc85972f authored over 1 year ago by Miklós Fazekas <[email protected]>
chore: remove byebug

github.com/net-ssh/net-ssh - aabfecddf5209b8c3a14d7ce6bf0c7bd48e9e138 authored over 1 year ago by Miklós Fazekas <[email protected]>
chore: dump log file if ssh server fails to start up

github.com/net-ssh/net-ssh - 20dd0f4029195c58c3c1178781cb491f0b10f881 authored over 1 year ago by Miklós Fazekas <[email protected]>
POC: chacha20-poly1305 with rbnacl poly1305

github.com/net-ssh/net-ssh - 868ed01e9f64338812c1f67e10f04e4805bdbc33 authored over 1 year ago by Miklós Fazekas <[email protected]>
Update README.md

Update the EOS for weak algorithms

github.com/net-ssh/net-ssh - 47deccf6ce14fceca677483c1ae4cb1227dcd562 authored over 1 year ago by Florian Wininger <[email protected]>
Merge pull request #904 from net-ssh/mfazekas-try-new-ubuntu

feat: use new ubuntu - jammy in gh actions and vagrant

github.com/net-ssh/net-ssh - 00c38ab3569dea3177a203af60c1006e18f6915f authored over 1 year ago by Miklós Fazekas <[email protected]>
fix: integration test should use legacy PEM format for private keys if ED25519 is not loaded

github.com/net-ssh/net-ssh - ceb7cfd84df62730bd0b8d1d62ed44087c23f9a9 authored over 1 year ago by Miklós Fazekas <[email protected]>
fix: integration test failures

github.com/net-ssh/net-ssh - e9056a18a155b509147a996bbdf704937ab67d89 authored over 1 year ago by Miklós Fazekas <[email protected]>
upgrade ansible to jammy64

github.com/net-ssh/net-ssh - 92444820b9626a6d14a218890c2b6cb878e6f071 authored over 1 year ago by Miklós Fazekas <[email protected]>
WIP - try new ubuntu in gh actions

github.com/net-ssh/net-ssh - 66fd2928304f081d9f336c5d6fdc7e9ffc0da52c authored over 1 year ago by Miklós Fazekas <[email protected]>
7.1.0 release prepare

github.com/net-ssh/net-ssh - 03716c1ee450e1a54c55f2c621f75aa9eda0253d authored over 1 year ago by Miklós Fazekas <[email protected]>
Merge pull request #891 from RemcodM/master

Accept pubkey_algorithms option when starting a new connection

github.com/net-ssh/net-ssh - b472cde2778244c3e844c8f636f7a30dac5a447f authored over 1 year ago by Miklós Fazekas <[email protected]>
7.1.0.beta2 release prepare

github.com/net-ssh/net-ssh - da52b108fded76af7bcf896340cd3e3862e74d66 authored over 1 year ago by Miklós Fazekas <[email protected]>
Merge pull request #902 from net-ssh/mfazekas/add-test-for-conn-timeout

test: added integration test for connection timeout

github.com/net-ssh/net-ssh - 09f2c4067e0800213af877873ea5d6ac399cf732 authored over 1 year ago by Miklós Fazekas <[email protected]>
Added changelog, implement version bumper

github.com/net-ssh/net-ssh - c09ac4846eb48694ee6aa41d3798c056a28bc231 authored over 1 year ago by Miklós Fazekas <[email protected]>
test: added integration test for connection timeout

github.com/net-ssh/net-ssh - e570e277165ef5ffe2f6eac058629d33ae8a3f18 authored over 1 year ago by Miklós Fazekas <[email protected]>
Remove trailing commas

github.com/net-ssh/net-ssh - fbaa5b79a14869574487f83201f6cfcc996d90bc authored over 1 year ago by Ben Schmeckpeper <[email protected]>
Don't use the deprecated set_XXX methods on RSA keys.

This code is taken from https://github.com/nov/json-jwt/pull/102/files

github.com/net-ssh/net-ssh - d9b259c242bc012289cb8ea134ff04b89c72e325 authored over 1 year ago by Ben Schmeckpeper <[email protected]>
doc: use github private vunerability reporting

github.com/net-ssh/net-ssh - ab74b03cc168856b32744562b8982609b990e5f1 authored over 1 year ago by Miklós Fazekas <[email protected]>
Update README.md

Added tidelift security policy for vulnerability

github.com/net-ssh/net-ssh - e749980e2dc7373367180f53184288c6c97bb644 authored over 1 year ago by Miklós Fazekas <[email protected]>
Merge pull request #876 from bschmeck/raise-on-nil-pbkdf

Raise error when BCryptPbkdf fails

github.com/net-ssh/net-ssh - c8b740b0cd37b4df0987107f5eaafce4f2db4f03 authored over 1 year ago by Miklós Fazekas <[email protected]>
Merge pull request #884 from tisba/patch-1

Add 7.0.0 + 7.0.1 to CHANGES.txt

github.com/net-ssh/net-ssh - 4922d2bc3a52f1ad3db02336602fd3733cb804b2 authored over 1 year ago by Miklós Fazekas <[email protected]>
Update expired cert

github.com/net-ssh/net-ssh - eb5c6085169d2c22661cc054088233ec6a782581 authored over 1 year ago by Miklós Fazekas <[email protected]>
7.1.0.beta1 release

github.com/net-ssh/net-ssh - 6a4914e8e6d3d15667342f2d6be3742bf73f0f21 authored over 1 year ago by Miklós Fazekas <[email protected]>
Update version.rb

github.com/net-ssh/net-ssh - 49c1e96a46290b860ba8ed8e1002557fc634837a authored over 1 year ago by Miklós Fazekas <[email protected]>
Fix typo

github.com/net-ssh/net-ssh - 69c1c05f16fe3165457467fc7e0a3f5718c3075c authored almost 2 years ago by Robin Wallin <[email protected]>
Accept pubkey_algorithms option when starting a new connection

github.com/net-ssh/net-ssh - efbaadb5598217cd215ece30bd7243bea4128ef2 authored almost 2 years ago by Remco de Man <[email protected]>
Adds 7.0.0 + 7.0.1 changelog

github.com/net-ssh/net-ssh - f7d9ccf8930954821bbd9c514f05f0c682e56cfd authored almost 2 years ago by Sebastian Cohnen <[email protected]>
Merge pull request #883 from sshock/fix-cert-sig-valid-check

Fix certificate signature valid check

github.com/net-ssh/net-ssh - 8a176a6ea0db1b59a21834df806a257a0b76e943 authored about 2 years ago by Miklós Fazekas <[email protected]>
Add tests for a cert with a SHA512 signature

github.com/net-ssh/net-ssh - ef8dd571e7af3c0fe4cc3e077de4f73eca3a2fd4 authored about 2 years ago by Phillip Hellewell <[email protected]>
Fix certificate signature_valid? check

Need to pass in :host_key option so it will verify using the correct
signature algorithm instead...

github.com/net-ssh/net-ssh - 0239707d845c6bf1d9d77e5f8a802195d18cad84 authored about 2 years ago by Phillip Hellewell <[email protected]>
andrewmcodes/rubocop-linter-action is deprecated

github.com/net-ssh/net-ssh - 0b4889ab767b482e745036ddbe320c7b05058411 authored about 2 years ago by mishina <[email protected]>
Bump actions/checkout to v3

github.com/net-ssh/net-ssh - 49a229ae1219a65d86414137f0396231a3c0b8f6 authored about 2 years ago by mishina <[email protected]>
Raise an error if BCryptPbkdf doesn't give us a key

This can happen if we request fewer than 1 round or if the password or salt are
blank or keylen ...

github.com/net-ssh/net-ssh - 6792bebca7c4a92f7145811fc0cd3ba8551cb8a4 authored about 2 years ago by Ben Schmeckpeper <[email protected]>
Failing test for passing a blank password

github.com/net-ssh/net-ssh - 27c51ba2013362857c153bc370ea3ecd156a2b07 authored about 2 years ago by Ben Schmeckpeper <[email protected]>
Failing test for a key that specifies no PBKDF rounds

github.com/net-ssh/net-ssh - a73b37b706c9956895b29ab18e2a2c93f43ed8d2 authored about 2 years ago by Ben Schmeckpeper <[email protected]>
Update version.rb

github.com/net-ssh/net-ssh - dc18e797b2fa5389d1e55263b080985f4645d8b4 authored over 2 years ago by Miklós Fazekas <[email protected]>
Merge pull request #866 from terceiro/drop-debugging-statement

Channel: drop debugging statement

github.com/net-ssh/net-ssh - f1704fd8f4013e7d65083b990697d96f34c061c8 authored over 2 years ago by Miklós Fazekas <[email protected]>
Update version.rb

github.com/net-ssh/net-ssh - a2b4cf1820370579013fe841e738f382a6af1edb authored over 2 years ago by Miklós Fazekas <[email protected]>
Channel: drop debugging statement

After upgrading to net-ssh 7.0.0, I get several lines like `E:TERM
V:xterm` printed in the termi...

github.com/net-ssh/net-ssh - 6d33cad4dfbd3741492f500308484976dc9e035e authored over 2 years ago by Antonio Terceiro <[email protected]>
v 7.0.0.beta1 release prepare

github.com/net-ssh/net-ssh - 09822870696eaac1b2e739a266b1aa8d6fd64a1c authored over 2 years ago by Miklós Fazekas <[email protected]>
buffer: create RSA keys by loading PEM data directly

The OpenSSL 3.0 changes don't allow for us to modify the private key
details directly, and there...

github.com/net-ssh/net-ssh - 406063de2852cabe7d123c9dd72a72c4cfff8215 authored over 2 years ago by Simon Chopin <[email protected]>
buffer: create DSA keys by loading PEM data directly

The OpenSSL 3.0 changes don't allow for us to modify the private key
details directly, and there...

github.com/net-ssh/net-ssh - 98ccff914983370a82208263c866482928031b88 authored over 2 years ago by Simon Chopin <[email protected]>
transport: create EC keys by loading PEM data directly

The OpenSSL 3.0 changes don't allow for us to modify the private key
details directly, and there...

github.com/net-ssh/net-ssh - 4de6831dea4e922bf3052192eec143af015a3486 authored over 2 years ago by Simon Chopin <[email protected]>
Fix unit tests for OpenSSL 3

github.com/net-ssh/net-ssh - 395f0cd4029c305c4591482a3e8f2a3bb25f6860 authored over 2 years ago by Florian Wininger <[email protected]>
Use OpenSSL::PKey::EC.generate static method

Migrate all instances of the pattern EC.new(foo).generate_key to
EC.generate(foo), as the old pa...

github.com/net-ssh/net-ssh - 8729d47045bbca7eca266a353af18d857994cc5d authored over 2 years ago by Simon Chopin <[email protected]>
diffie-hellman: create the key by generating the PEM file

This makes the code compatible with OpenSSL 3.0. However, an issue with
this is that it is not p...

github.com/net-ssh/net-ssh - 8929562bec741086984abea71bd03c490f09ad70 authored over 2 years ago by Simon Chopin <[email protected]>
tests: Enable legacy providers if using OpenSSL 3.0

Quite a few tests rely on outdated algorithms that have been relegated
to the legacy provider in...

github.com/net-ssh/net-ssh - e4ffdc07b1f0f01ebeab359c1001984912d87437 authored over 2 years ago by Simon Chopin <[email protected]>
fix rubocop issues

github.com/net-ssh/net-ssh - b58014618c09968095655ebbd278e94fd81def73 authored over 2 years ago by Florian Wininger <[email protected]>
Fix #854 regression

github.com/net-ssh/net-ssh - 845503873ef050c8a7b78dbd4f1af2f96e8240fd authored over 2 years ago by Florian Wininger <[email protected]>