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

Multiple hosts are separated by whitespace, no comma should be put.

github.com/net-ssh/net-ssh - 12fd5f73d83c16ff94f5229371ea7c3eb8e2a7ee authored almost 15 years ago by Akinori MUSHA <[email protected]>
Add support for the ProxyCommand directive.

github.com/net-ssh/net-ssh - f28f091c954588a8c58ecaecd2a909891d95f17f authored almost 15 years ago by Akinori MUSHA <[email protected]>
Release 2.0.15

github.com/net-ssh/net-ssh - 92a213629fb11f624c4624464759e4d82c5028b6 authored about 15 years ago by delano <[email protected]>
Scale back IO#select patch so it mutexes only zero-timeout calls

github.com/net-ssh/net-ssh - fd3cb2fe0b128fed2def2bd3e9957d473a9c879c authored about 15 years ago by Daniel Azuma <[email protected]>
Release 2.0.14

github.com/net-ssh/net-ssh - be5992144d5da73db835ac9601c53edb0b5d4e0a authored about 15 years ago by delano <[email protected]>
Fix for "uninitialized constant OpenSSL::Digest::MD5" exception in Net::SFTP

github.com/net-ssh/net-ssh - e91c888cec6c1dcffea4e576cebd4da45eb77028 authored about 15 years ago by delano <[email protected]>
Refined argument fix for Net::SSH::Compat.io_select

github.com/net-ssh/net-ssh - 46af52a240aaf3899d6baf5587f4bd3fafe296cf authored about 15 years ago by Daniel Azuma <[email protected]>
Quick argument fix for Net::SSH::Compat.io_select

github.com/net-ssh/net-ssh - 0e5486eb89fedd5cf0c6ede30eebdc2be35222a4 authored about 15 years ago by delano <[email protected]>
Apply IO#select threading fix for Ruby 1.8 (cover all instances of IO#select)

github.com/net-ssh/net-ssh - b1c5aa662d5a25b4c5987a9adff1c57a9091629e authored about 15 years ago by Daniel Azuma <[email protected]>
Apply IO#select threading fix for Ruby 1.8 (exclude 1.9 and JRuby)

github.com/net-ssh/net-ssh - 351ccbece418e0bf2e807a6e2427b95348c90e08 authored about 15 years ago by delano <[email protected]>
Fix for IO#select threading bug in Ruby 1.8 (LH-1) [Daniel Azuma]

github.com/net-ssh/net-ssh - a76e1f2840424dc909aeac0ca9803b38541cb17e authored about 15 years ago by delano <[email protected]>
Merge branch 'master' into 2.0

github.com/net-ssh/net-ssh - 60a7894ec1be0706309083b0373e80b2fe8b30fa authored about 15 years ago by delano <[email protected]>
Fixing github error: "authors must be Array of Strings"

github.com/net-ssh/net-ssh - 68ff37714b454e736952fb8ea9730f1f54ff1c89 authored about 15 years ago by delano <[email protected]>
Merged master

github.com/net-ssh/net-ssh - 8a84457a501acb8676af4ed81c7c439067047563 authored about 15 years ago by delano <[email protected]>
Release 2.0.13

github.com/net-ssh/net-ssh - 424a31582428aa0b76d598bcb7d04cdb216940ab authored about 15 years ago by delano <[email protected]>
Merge branch 'master' into 2.0

github.com/net-ssh/net-ssh - 969f5ed67e0b7df19bd916e026f64cecea5bfafc authored about 15 years ago by delano <[email protected]>
Release 2.0.13

github.com/net-ssh/net-ssh - 7eb27482ee348271171ac2a9edb8cc1bcb8647f7 authored about 15 years ago by delano <[email protected]>
Release 2.0.13

github.com/net-ssh/net-ssh - 81507a60e55399ff90a5d88b960d22a6df04f4ea authored about 15 years ago by delano <[email protected]>
Re-added refactored fix for hanging in ServerVersion#negotiate! when using SOCKS5 proxy [Gerald Talton]. Closes GH-9

github.com/net-ssh/net-ssh - d5a6437256ae524bd7048f9225635d9fb9c6b264 authored about 15 years ago by delano <[email protected]>
Added Rudyfile for clean linux tests

github.com/net-ssh/net-ssh - 833147e0525f0b25bc6ecea99bf1e59c2c3c22ee authored about 15 years ago by delano <[email protected]>
Disabled negotiate! fix until Mock:socket issues are resolved

github.com/net-ssh/net-ssh - 3d946cccca05534498ad48286cfc4d3a7dc8f4e0 authored about 15 years ago by delano <[email protected]>
Raise exceptions when required options are not supplied to CipherFactory.make_key

github.com/net-ssh/net-ssh - 70f30c98d4472bbf789d794a17c33eac15826480 authored about 15 years ago by delano <[email protected]>
Removed SOCK5 negotiate fix from Net::SSH::Proxy::SOCKS5 and applied a new fix to ServerVersion#negotiate!

github.com/net-ssh/net-ssh - 570c038a7d6badcdef0daa101962f6f133b604c9 authored about 15 years ago by delano <[email protected]>
Applied patch for Socks5 negotiation fix [Gerald Talton]

github.com/net-ssh/net-ssh - 0b068166293dcbb82833ee5a04f4151c30d82677 authored about 15 years ago by delano <[email protected]>
Removed debug output

github.com/net-ssh/net-ssh - 607b9fd784746838a1c431c1752cf78ae4dc1210 authored about 15 years ago by delano <[email protected]>
Closes GH-6 Added support for specifying a list of hosts in .ssh/config, with tests

github.com/net-ssh/net-ssh - 2251c54b844bb446ba597e31f185eef8df00903d authored about 15 years ago by delano <[email protected]>
gem fix for test-unit

github.com/net-ssh/net-ssh - 5a3f06e7fe158f20b8edee22e7cd40f51e206266 authored about 15 years ago by delano <[email protected]>
Added arcfour support message to README [Karl Varga]

github.com/net-ssh/net-ssh - 507ce24ae15f28431a9175cbad62c65dd0805b1c authored about 15 years ago by delano <[email protected]>
Updated file manifest

github.com/net-ssh/net-ssh - f0dfc59f254ea97943f47afa0ea362fb8fdbd621 authored about 15 years ago by delano <[email protected]>
Added encryption and decryption tests for arcfour128/256/512

github.com/net-ssh/net-ssh - 4a46481d8174d83c79381bd8207d9bfff2a3f184 authored about 15 years ago by delano <[email protected]>
Added tests for arcfour lengths

github.com/net-ssh/net-ssh - a2c2241f2d0f66c3a1887d0e29aa09e49f7d4ae6 authored about 15 years ago by delano <[email protected]>
Added arcfour check script

github.com/net-ssh/net-ssh - ee4985a94f6db091ebca78133e11c9fd94dcd1f8 authored about 15 years ago by delano <[email protected]>
Skip packet stream tests for arcfour

github.com/net-ssh/net-ssh - 6d63febc992355a9716fc78a3aed5453d1543ffb authored about 15 years ago by delano <[email protected]>
Cleaned up cipher key length override for arcfour256/512

github.com/net-ssh/net-ssh - be49000f975f22221fdbf13dfb9e3df09db9fde9 authored about 15 years ago by delano <[email protected]>
Don't rely on the OpenSSL Cipher to tell us the correct key length because it always returns 16, even when 32 byte keys are required, e.g. for arcfour256 ciphers

Signed-off-by: Delano Mandelbaum <[email protected]>

github.com/net-ssh/net-ssh - e855022fae99e6f26664bd7c8af0ea7352142ce3 authored about 15 years ago by Karl Varga <[email protected]>
Minor update to CHANGELOG

github.com/net-ssh/net-ssh - cdd158192c6b7c16db1718abccf5cf0d05a44504 authored about 15 years ago by delano <[email protected]>
Added Rakefile and gemspec

github.com/net-ssh/net-ssh - b6c9c79286f744113324135e7ab87cc4daff95fe authored over 15 years ago by delano <[email protected]>
All tests pass

github.com/net-ssh/net-ssh - 588947682890a2c8559525f4c89d821b0ed730a3 authored over 15 years ago by delano <[email protected]>
Release 2.0.12

github.com/net-ssh/net-ssh - 3b0c3e592a5c57e59ac12372d0eb9ad8ddaeb60e authored over 15 years ago by delano <[email protected]>
Applied patch by Denis Bernard for arcfour128 and arcfour256 support

See: http://rubyforge.org/tracker/index.php?func=detail&aid=23742&group_id=274&atid=1123

github.com/net-ssh/net-ssh - 21f2d1938abd068c58c5f2eafbd42ec954443c2c authored over 15 years ago by delano <[email protected]>
update changelog

github.com/net-ssh/net-ssh - 5c83de0d95f71aedf8e9c979f46c4a77e4f6c1a7 authored over 15 years ago by Jamis Buck <[email protected]>
Added a test for the new handling of mid-server-version disconnects.

github.com/net-ssh/net-ssh - 18aadb2dad9a31f6ef85255c5f5b896fc0c7d6d6 authored over 15 years ago by Steven Hazel <[email protected]>
Updated mock socket to expect the new protocol negotiation behavior.

github.com/net-ssh/net-ssh - c67af09c198291b7edd050425f49e79e37cbff37 authored over 15 years ago by Steven Hazel <[email protected]>
Raise an exception immediately if the remote host disconnects before

sending its version info, rather than letting things go as far as they
can.

github.com/net-ssh/net-ssh - 687584d7616fa71198487ad785f0a24aab0be52a authored over 15 years ago by Steven Hazel <[email protected]>
Avoid mixing buffered and unbuffered IO.

This is important here because of this passage from RFC 4253:

"When compatibility with old clie...

github.com/net-ssh/net-ssh - 70f270bb54fdaa3f33b8ac739db9204f0f71304e authored over 15 years ago by Steven Hazel <[email protected]>
version bump

github.com/net-ssh/net-ssh - b05c51790614fc6493791d6d08769c5274ed5e5d authored over 15 years ago by Jamis Buck <[email protected]>
Add :key_data option for specifying raw private keys in PEM format

github.com/net-ssh/net-ssh - b62f1092a09eaf54e3ba9f9c7f5d6b0d2cd2279a authored over 15 years ago by Jamis Buck <[email protected]>
version bump

github.com/net-ssh/net-ssh - 7c5a75719e254b8eee05ad6f343b24b63feb0afe authored over 15 years ago by Jamis Buck <[email protected]>
make it easier to query SSH configuration in a standard way

github.com/net-ssh/net-ssh - 17cadf135c3f16b5ddf2ddc59ac4fbda98df3ce1 authored over 15 years ago by Jamis Buck <[email protected]>
version bump

github.com/net-ssh/net-ssh - e1fed2b5b7e9e0b5992e33b1c9eb38b755e2e919 authored over 15 years ago by Jamis Buck <[email protected]>
non-nil user overrides user in .ssh/config

This allows you to fall-back to the .ssh/config by specifying
nil for user, but force a differen...

github.com/net-ssh/net-ssh - 6c4d8ae72e21f590045f1648c4060cb2f8d3957c authored over 15 years ago by Jamis Buck <[email protected]>
ignore pkg directory

github.com/net-ssh/net-ssh - edc27cff7712026d543bef8f76319ebe4371b948 authored over 15 years ago by Jamis Buck <[email protected]>
Ignore requests for non-existent channels

This works around a bug in some ssh servers, where channel requests
are sent to channels after t...

github.com/net-ssh/net-ssh - f09d124a2b4cbf6e03549f1bb32cace57601738c authored over 15 years ago by Jamis Buck <[email protected]>
Add a terminate! method for hard shutdowns

github.com/net-ssh/net-ssh - 07ba76a53e659414d9b9dae17bce8e16d394f333 authored over 15 years ago by Jamis Buck <[email protected]>
Use foo.pub key by default, but fall back to private key.

Also, make sure we register the private key itself when we
load it, so that it doesn't get loade...

github.com/net-ssh/net-ssh - f9b2f3cb8de97730b4b4a5624fdb6e0fd0302f26 authored almost 16 years ago by Jamis Buck <[email protected]>
Update changelog

github.com/net-ssh/net-ssh - e72a2787fedd1da5fdd2ab071f848d0190a8a85f authored almost 16 years ago by Jamis Buck <[email protected]>
Pass the passphrase through from the options.

This was prompting for the passphrase, even when the options were present

github.com/net-ssh/net-ssh - a9d83a9cb5d110b89253362294243911f971ed71 authored almost 16 years ago by Bob Cotton <[email protected]>
version bump

github.com/net-ssh/net-ssh - cba06692e31a2d801c196edc89d0de45a9d5211d authored almost 16 years ago by Jamis Buck <[email protected]>
Load keys just-in-time instead of ahead-of-time

This avoids unnecessary prompts from encrypted keys as a result of the
change in 2.0.7 that caus...

github.com/net-ssh/net-ssh - 6f3d9d875fcdfc38ad32c6452341a2d47cad3f92 authored almost 16 years ago by Jamis Buck <[email protected]>
version bump

github.com/net-ssh/net-ssh - e1d1cfc9ed78aa4a8ab0bf526ef55464a5f4768e authored almost 16 years ago by Jamis Buck <[email protected]>
Merge branch 'auser/master'

github.com/net-ssh/net-ssh - 0693d4d882b7d6e35f392d98be4051d7c4dbf0b8 authored almost 16 years ago by Jamis Buck <[email protected]>
Removed commented lines from old code, fixed two failing specs, ALL SPECS PASS NOW

github.com/net-ssh/net-ssh - ad693adc688d9c6075c10af48362f330c46d94c8 authored almost 16 years ago by Ari Lerner <[email protected]>
makes it so net-ssh works with JRuby on Windows

github.com/net-ssh/net-ssh - 690a871ae069a881de9c890fcb2d95ccc05bdde7 authored almost 16 years ago by Angel N. Sciortino <[email protected]>
Removed public_key requirement, generating it from the private key

2 tests fail

github.com/net-ssh/net-ssh - 1e2834380e383fdada2ddf2c907c9b449b463181 authored almost 16 years ago by Ari Lerner <[email protected]>
Removed the requirement for the public key, needed to store the hash of identities. All tests pass

github.com/net-ssh/net-ssh - 215cf8367e137bfe54fd91a788a412d3a66b660f authored almost 16 years ago by Ari Lerner <[email protected]>
Faked the public key requirement as it is only used to hash they known identities

github.com/net-ssh/net-ssh - e674951c1866aefcdb56831c0aa2181ff8a3e586 authored almost 16 years ago by Ari Lerner <[email protected]>
Updated tests to pass on all systems

github.com/net-ssh/net-ssh - cdd17a57053af11a215caac33afc2002d73a8c1c authored almost 16 years ago by Ari Lerner <[email protected]>
version bump

github.com/net-ssh/net-ssh - 2c02cc3a831fd8bd975c77c4bd592fce52d11aee authored almost 16 years ago by Jamis Buck <[email protected]>
Update the manifest

github.com/net-ssh/net-ssh - 7a449c980b5a5f12c3516bcfa9c47d924ef5a25c authored almost 16 years ago by Jamis Buck <[email protected]>
version bump

github.com/net-ssh/net-ssh - d53f7f5d5e06dfd0ebcb4a2af05ff49784f51312 authored almost 16 years ago by Jamis Buck <[email protected]>
ignore vim *.swp files

github.com/net-ssh/net-ssh - a6af044c00967b7932cf266ee1918e06954ac248 authored almost 16 years ago by Jamis Buck <[email protected]>
Make the pageant interface respond to #closed? to avoid related errors.

This fixes explosions on Windows when a forwarded authentication
socket is closed.

github.com/net-ssh/net-ssh - a828d943aeb3ec0e84fb987eea04f190c5a11f81 authored almost 16 years ago by Jamis Buck <[email protected]>
update changelog

github.com/net-ssh/net-ssh - 9241653f3184f3ec80d69c5671a2b2c99003eaa3 authored about 16 years ago by Jamis Buck <[email protected]>
don't spin in Session#close while waiting for channels to close

github.com/net-ssh/net-ssh - 9bdd0290529f128a0eca029279d839dd73b2fd57 authored about 16 years ago by Will Bryant <[email protected]>
Don't use String#[] to get bytes

github.com/net-ssh/net-ssh - 7b224c0002bffee2d1601c10ce0201a8cd46d21a authored about 16 years ago by Jamis Buck <[email protected]>
tests all pass with ruby19

github.com/net-ssh/net-ssh - acbe7c6eff1827aeef3dcfff70478ed66dba3c73 authored about 16 years ago by Jamis Buck <[email protected]>
chain cipher iv correctly from packet to packet

github.com/net-ssh/net-ssh - b09b86cb2a3edcc7ce37799d100ed5d51107ad02 authored about 16 years ago by Jamis Buck <[email protected]>
Correctly indicate a need for a cipher reset.

github.com/net-ssh/net-ssh - ed912ab19de0caa588d0f5a6c5887a53d3ab04be authored about 16 years ago by Jamis Buck <[email protected]>
Version bump

github.com/net-ssh/net-ssh - 9ff39fb8e7ca5690f2803b5288338bec2e6a0448 authored about 16 years ago by Jamis Buck <[email protected]>
Add Connection::Session#closed? to allow easier querying of the closed state

github.com/net-ssh/net-ssh - e14b643574bb7257d7d658eeb8fff58e4ac3705b authored about 16 years ago by Jamis Buck <[email protected]>
Numeric host names in .ssh/config are now parsed correctly

github.com/net-ssh/net-ssh - f9f486b417102d715005126ccca10eb13abbd243 authored about 16 years ago by Jamis Buck <[email protected]>
Raise a more helpful error when a public key file is malformed

github.com/net-ssh/net-ssh - 924d5fdc244de7fa268846b21581d148bb1ed966 authored about 16 years ago by Jamis Buck <[email protected]>
Call Cipher#reset after Cipher#final, and set next iv correctly

github.com/net-ssh/net-ssh - 47e4a715d8e7e270c45095a39f13bfb54f99bdef authored about 16 years ago by Jamis Buck <[email protected]>
Version bump

github.com/net-ssh/net-ssh - b5157565e7960907c93ec0b4f20b1eab507d98ca authored over 16 years ago by Jamis Buck <[email protected]>
Make Net::SSH::Version comparable.

Previously, the docs showed examples using '<' to compare Net::SSH
version objects, but Net::SSH...

github.com/net-ssh/net-ssh - 60b38c8f5d012451e0a29ce972f6dc2ccaa1bb67 authored over 16 years ago by Jamis Buck <[email protected]>
bugfix: uninitialized constant Net::SSH::Service::Forward::ChannelOpenFailure

github.com/net-ssh/net-ssh - cdcb65ac9ed69be4ecaeed54326b927c99e2075e authored over 16 years ago by Matthew Todd <[email protected]>
this file goes with the previous commit

github.com/net-ssh/net-ssh - 84e0df37862c8b7898ad23fc29648a6bd9c72e48 authored over 16 years ago by Jamis Buck <[email protected]>
ssh_config parser fixes.

Since eq-signs are technically allowed, check for those first. Also,
silently ignore lines where...

github.com/net-ssh/net-ssh - 86610921ec3690ff4b049d93279bb70a84e08537 authored over 16 years ago by Jamis Buck <[email protected]>
Use #chomp instead of #strip to clean the version string.

This lets Net::SSH play nicely with servers like Mocana SSH, which
include a trailing space char...

github.com/net-ssh/net-ssh - 330585a416c3a906a6d3c7e08d3ca6626cac79a5 authored over 16 years ago by Jamis Buck <[email protected]>
version bump

github.com/net-ssh/net-ssh - 28d6ee27e997ec2d2614f0380f4e4aebcb8bcae0 authored over 16 years ago by Jamis Buck <[email protected]>
Make sure the agent client understands both RSA "identities answers"

github.com/net-ssh/net-ssh - 4621071a5ba901a5a6080fc10e1aed9ed056685f authored over 16 years ago by Jamis Buck <[email protected]>
Fix hmac key truncation bug that causes hmacs other than SHA1 to fail

github.com/net-ssh/net-ssh - b42295ad9b4b778a1fecf3aa6fee4bf5091fac12 authored over 16 years ago by Jamis Buck <[email protected]>
update changelog

github.com/net-ssh/net-ssh - 83a43136fed5ef5f6dae7b0762c16615749023d1 authored over 16 years ago by Jamis Buck <[email protected]>
added a fix for local identity files without a corresponding .pub, this should not be an error case

github.com/net-ssh/net-ssh - 72fd804f192eee5ee6c2f167cca08a80d8e37ad6 authored over 16 years ago by David Dollar <[email protected]>
version bump

github.com/net-ssh/net-ssh - ff6713ebbd0eef61d236687cb66d3f3ffceb7c8b authored over 16 years ago by Jamis Buck <[email protected]>
teach the key manager about a handful of default key names

github.com/net-ssh/net-ssh - ba7066885639c4e3ded3df4e05aae6fa2a9d1d6f authored over 16 years ago by Jamis Buck <[email protected]>
prepping for 2.0 release

github.com/net-ssh/net-ssh - dd1574a04e7c1088a06dae2d1676f4f5ff1aeaef authored over 16 years ago by Jamis Buck <[email protected]>
Allow the :verbose argument to accept symbols (:debug, etc.) as well as Logger level constants (Logger::DEBUG, etc.)

github.com/net-ssh/net-ssh - d59b647b8ea08bc02f6dc8ac6f550c1849f369aa authored over 16 years ago by Jamis Buck <[email protected]>
doh. update changelog with release date

github.com/net-ssh/net-ssh - 785b0cc0005fe989bef1b21291bffbad6a7ce8a4 authored over 16 years ago by Jamis Buck <[email protected]>
version bump

github.com/net-ssh/net-ssh - 0bb04d0375dc5d9ced1fcac914f93a44c6abd5bb authored over 16 years ago by Jamis Buck <[email protected]>