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 #144 from liggitt/auth_methods_config_parsing

Correctly interpret /etc/ssh_config Authentication settings based on openssh /etc/ssh_config sys...

github.com/net-ssh/net-ssh - f41ba9750e549ee1822201c9fabf37fd49150638 authored over 10 years ago by Delano Mandelbaum <[email protected]>
Merge pull request #139 from yugui/feature/follow-proxy-command-spec-r

Support %r in ProxyCommand configuration in ssh_config files as defined in OpenSSH.

github.com/net-ssh/net-ssh - 20eb632d500323d182041a0d5a518e1349f0866d authored over 10 years ago by Delano Mandelbaum <[email protected]>
Merge pull request #138 from SFEley/master

Don't use ssh-agent if :keys_only is true (fixes net-ssh/net-ssh#137)

github.com/net-ssh/net-ssh - cbeb31cd0f14b1d4816b797d90bd2b701e6c7ac2 authored over 10 years ago by Delano Mandelbaum <[email protected]>
Merge pull request #136 from bobtfish/fix_options_in_public_keys

Fix options in public keys

github.com/net-ssh/net-ssh - 1b5db680fee66e1d846d0396eb1a68d3fabdc3de authored over 10 years ago by Delano Mandelbaum <[email protected]>
Test fix for #129

github.com/net-ssh/net-ssh - 60d3da31d2f6ce1167f1bd4564000789da8d7859 authored over 10 years ago by delano <[email protected]>
Merge pull request #133 from carlhoerberg/ensure_close_connection

Ensure the connection closes even on exception

github.com/net-ssh/net-ssh - 71491c0969fc7ec32a266d07460cea7ebde64fee authored over 10 years ago by Delano Mandelbaum <[email protected]>
Merge pull request #130 from mirakui/master

Fix "ConnectionError" typo

github.com/net-ssh/net-ssh - 5ab123fd04eb20b350b0cbb419ca3a2f95721c59 authored over 10 years ago by Delano Mandelbaum <[email protected]>
Merge pull request #129 from ecki/patch-1

allow KeyManager to recover from incompatible agents.

github.com/net-ssh/net-ssh - 526bb62b8aed0c87a6c7ee3ef9e0ba3c76ba3ce1 authored over 10 years ago by Delano Mandelbaum <[email protected]>
Fix session test to work with new default auth_methods

github.com/net-ssh/net-ssh - 523d4d66ed34624b24a085cc44629eab9e157183 authored over 10 years ago by liggitt <[email protected]>
Add config tests for auth parsing

github.com/net-ssh/net-ssh - b22e8db93dc7b8b88c6f5343b0abcfcaf663daa5 authored over 10 years ago by liggitt <[email protected]>
Restore empty hash behavior for loading nonexistent files

Let auth methods be added or removed, and ensure there are no duplicates
Clone default auth metho...

github.com/net-ssh/net-ssh - 45a2b0cc17936c4cc593c8e5df5c4ca603b6730a authored over 10 years ago by liggitt <[email protected]>
Merge pull request #142 from bobveznat/master

Handle ssh-rsa and ssh-dss certificate files

github.com/net-ssh/net-ssh - f93a6b7d84347da4995297fcd5584d664ff764fc authored over 10 years ago by Delano Mandelbaum <[email protected]>
updated tests to match the default of not allowing hostbased auth

github.com/net-ssh/net-ssh - 404e795f470099789d144f593cd0be2cf3ecfd0a authored over 10 years ago by Jesse Sanford <[email protected]>
Handle ssh-rsa and ssh-dss certificate files

This does not implement certificate based authentication (described here
http://www.openbsd.org/...

github.com/net-ssh/net-ssh - 0c272c3c3027f3ed7661dcdf427d9056c29bac5f authored over 10 years ago by Bob Van Zant <[email protected]>
removed debug messages

github.com/net-ssh/net-ssh - 82e6cd36e1ac8efa7f17190ee974da882ab996b0 authored over 10 years ago by Jesse Sanford <[email protected]>
fixed issue with array munging

github.com/net-ssh/net-ssh - 2f27a580add330ecac22b8e9d168a1400972e244 authored almost 11 years ago by Jesse Sanford <[email protected]>
added commenting

github.com/net-ssh/net-ssh - 7e29297a33423f1301ee6511e4b6c9073d528c63 authored almost 11 years ago by Jesse Sanford <[email protected]>
added default that match openssh ssh_config defaults

github.com/net-ssh/net-ssh - 090e02fe60d022ed9b38e985754adc1f6f02ee40 authored almost 11 years ago by Jesse Sanford <[email protected]>
Merge pull request #140 from jarredholman/pageant

Fixed pageant support.

github.com/net-ssh/net-ssh - bd61eeab4927e9a68a5217ad9d8c04a99156efb2 authored almost 11 years ago by Delano Mandelbaum <[email protected]>
Fixed pageant support.

github.com/net-ssh/net-ssh - 6ccd0fd0961f52115739e4f61e2c1774ca24feab authored almost 11 years ago by Jarred Holman <[email protected]>
Support %r in ProxyCommand configuration in ssh_config files

as defined in OpenSSH.

github.com/net-ssh/net-ssh - b84becc741e233fb4182e02b2ef3f194bc29174c authored almost 11 years ago by Yuki Yugui Sonoda <[email protected]>
Don't use ssh-agent if :keys_only is true (fixes net-ssh/net-ssh#137)

github.com/net-ssh/net-ssh - 29eb94dc41c5e75fa980e65219210847721e1d94 authored almost 11 years ago by Steve Eley <[email protected]>
Fix the bug in keys with comments.

Do this by iterating through the fields until finding the key type, and
then using the next fiel...

github.com/net-ssh/net-ssh - 7caa35677478340b432628e59273cec17919edc6 authored almost 11 years ago by Tomas Doran <[email protected]>
Add a failing tests for options in pub keys.

Current code explicitly expects exactly 2 fields, which is not correct.

Added tests which have ...

github.com/net-ssh/net-ssh - f10f3eff74c1efd76f63303c734a63a73ca44735 authored almost 11 years ago by Tomas Doran <[email protected]>
Assert that the return value from ssh block is returned

github.com/net-ssh/net-ssh - cf6fbb280b9c000f0f8a82680a8ed4e84f72f0a6 authored almost 11 years ago by Carl Hörberg <[email protected]>
Tests for close conn on exception

github.com/net-ssh/net-ssh - aabd191dfa0342d7fb873c39b4cd97d40b81a9a2 authored almost 11 years ago by Carl Hörberg <[email protected]>
Don't close the connection it's already closed

github.com/net-ssh/net-ssh - af447195ba1308b454a30caa4ed58b6f8dd6e627 authored almost 11 years ago by Carl Hörberg <[email protected]>
Ensure the connection closes even on exception

In case the block given to Net::SSH.start
throws an exception, make sure that we still
close the...

github.com/net-ssh/net-ssh - 402f2055b972bff5238d9060d0bc68355adcf526 authored almost 11 years ago by Carl Hörberg <[email protected]>
Merge pull request #131 from deric/auth_failed

make the authentication error message more useful

github.com/net-ssh/net-ssh - 7692be37ddb35df0646f406270f3fcd46c66e8c1 authored almost 11 years ago by Delano Mandelbaum <[email protected]>
make the authentication error message more useful

github.com/net-ssh/net-ssh - be4540d18c5852d8303ea30cdc344e0c9feb0d28 authored almost 11 years ago by Tomas Barton <[email protected]>
Fix "ConnectionError" typo

github.com/net-ssh/net-ssh - 61dd4c56cf4f410d025f1c3a5913a0b97c2c8247 authored almost 11 years ago by Issei Naruta <[email protected]>
allow KeyManager to recover from incompatible agents.

This is for example a problem with Vagrant on Windows: https://github.com/mitchellh/vagrant/issu...

github.com/net-ssh/net-ssh - d158b80821365a8132f857805367562f3d009b99 authored almost 11 years ago by Bernd <[email protected]>
Merge pull request #123 from j0hnds/auth_namespace_error

Fix for "Authentication Method determination can pick up a class from th...

github.com/net-ssh/net-ssh - 448e2c043667ea15eb2a4ae1ab5b43bd19a47123 authored about 11 years ago by Delano Mandelbaum <[email protected]>
Fix for "Authentication Method determination can pick up a class from the root namespace". Added a require for the 'none' authentication method in session.rb.

github.com/net-ssh/net-ssh - 125191a600cc1e49e2e56e985362a2d583a71b0e authored about 11 years ago by Dave <[email protected]>
Version bump

github.com/net-ssh/net-ssh - e3c3b6542580f15fb1a0a6ffad5383f2373ab43a authored about 11 years ago by delano <[email protected]>
Merge pull request #120 from metametaclass/master

fix for 'Could not parse PKey: no start line' error on private keys with passphrases

github.com/net-ssh/net-ssh - f0570418fbbc911b7406c2d9eba6f7493b949801 authored about 11 years ago by Delano Mandelbaum <[email protected]>
remove comment

github.com/net-ssh/net-ssh - 4e36e97302f3bd1e5ea293618181785e04086434 authored about 11 years ago by Yuri Matylitski <[email protected]>
fix for 'Could not parse PKey: no start line' error on private keys with passphrases'

github.com/net-ssh/net-ssh - 811dca8e4c02bac6540638cd2fc64f28e397ffe1 authored about 11 years ago by Yuri Matylitski <[email protected]>
Merge pull request #118 from fnordfish/allow-sendenv

Automatically forward environment variables defined in OpenSSH config files

github.com/net-ssh/net-ssh - a158fa5f41ce852e1eedb249a2abe52d39bc5fa1 authored about 11 years ago by Delano Mandelbaum <[email protected]>
Automatically forward environment variables defined in OpenSSH config files

Also accept `:send_env` option on `Net::SSH.start`

github.com/net-ssh/net-ssh - dcebe330dbd353cdde7242f6c3d648e49166e935 authored about 11 years ago by Robert Schulze <[email protected]>
Merge pull request #116 from noric/feature/keepalive

implement a experimental keepalive feature #115

github.com/net-ssh/net-ssh - b00fd778e3c62d0ef8e4a4ad27ae8bf53690ca89 authored about 11 years ago by Delano Mandelbaum <[email protected]>
Merge pull request #112 from daisybill/master

Guard against nil socket.gets responses

github.com/net-ssh/net-ssh - 9179596965ae1371fa3e3b6cedef08aca498a2cb authored about 11 years ago by Delano Mandelbaum <[email protected]>
Merge pull request #114 from GautierMinster/fix-tests-requires

Fixed missing requires in test files

github.com/net-ssh/net-ssh - 15599d7aab2a3460a16d857451e9f9a5460ee115 authored about 11 years ago by Delano Mandelbaum <[email protected]>
implement a experimental keepalive feature

github.com/net-ssh/net-ssh - be70cb70b1af8f2aed4748220ed7e0967278470a authored about 11 years ago by Norihito Yoshioka <[email protected]>
Fixed missing requires in test files

Missing requires in test files made them fail when run one at a time.
test_all.rb would sometime...

github.com/net-ssh/net-ssh - 8e3a7ae5b4572a52e12858706979b7c187293dae authored about 11 years ago by Gautier Minster <[email protected]>
Adding support for ephemeral ports

github.com/net-ssh/net-ssh - cbe2861162e4bd5f8658a008566d98b3f01c6cd9 authored over 11 years ago by Aurelien Derouineau <[email protected]>
Guard against socket.gets being nil

In the situation where the socket has only one line to respond with, any
following gets to the s...

github.com/net-ssh/net-ssh - 899f1cf75ab8055f33b5dcbf71e940b0c94ac9a4 authored over 11 years ago by Kris Hicks <[email protected]>
Version bump

github.com/net-ssh/net-ssh - 8bdef39d5b572b7a630ed007b8d6fe0da946a395 authored over 11 years ago by delano <[email protected]>
Updated changes file

github.com/net-ssh/net-ssh - 39b06c3e76558f7d61c734d7dbb31a32bd9a6f8a authored over 11 years ago by delano <[email protected]>
Merge pull request #108 from joshk/wait_during_close_loop

Add a wait to the loop in close

github.com/net-ssh/net-ssh - 525c37d5e67db9681ec833ab648c5e2714d4cf47 authored over 11 years ago by Delano Mandelbaum <[email protected]>
Removed puts from test

github.com/net-ssh/net-ssh - b735892a0d71f19773bcf709b64371144e5f132d authored over 11 years ago by delano <[email protected]>
Fixed merge from GabKlein-master

github.com/net-ssh/net-ssh - 2120304fb6959d664ae6908fe3154a4ff5f98863 authored over 11 years ago by delano <[email protected]>
Merge pull request #88 from voxik/fix-r2.0-encoding

Fix encoding issues with Ruby 2.0 (#87).

github.com/net-ssh/net-ssh - f133721ef9594b55658ac1d5e1b002b4513babda authored over 11 years ago by Delano Mandelbaum <[email protected]>
Update README.rdoc

Maintenance mode note in readme.

github.com/net-ssh/net-ssh - 3578ddbc5239df9560a79ba8f51b96b392fd9657 authored over 11 years ago by Delano Mandelbaum <[email protected]>
add a wait to the loop in close

this is possibly blocking in cases where the connection is now unresponsive, and also causing ti...

github.com/net-ssh/net-ssh - 5c40aa452c05e42e724192797a4f17dbb51b21f0 authored over 11 years ago by Josh Kalderimis <[email protected]>
Merge pull request #98 from grobie/master

Make sure HOME is an absolute path

github.com/net-ssh/net-ssh - b262fab55002e45781db99499700b41e2d734083 authored over 11 years ago by Delano Mandelbaum <[email protected]>
Make sure HOME is an absolute path

In setups where $HOME is not set, the previous implementation set "." as
default. The problem is...

github.com/net-ssh/net-ssh - 3149427abc3036806e5169bdc2b5a9ca57ba3664 authored over 11 years ago by Tobias Schmidt <[email protected]>
Merge pull request #96 from ardavis/master

Fix Readme Typo

github.com/net-ssh/net-ssh - 9f4f888415b0dffb906d99a71b084b4fcfb61ce0 authored over 11 years ago by Delano Mandelbaum <[email protected]>
Fix typo: 'signiture' -> 'signature'

github.com/net-ssh/net-ssh - f6be7839738c8253387e5c20b75efdc89de29cde authored over 11 years ago by Andrew Davis <[email protected]>
Version bump (2.6.7)

github.com/net-ssh/net-ssh - 2ebbc14b56e071a6cf01aabce71be79a0c572cef authored over 11 years ago by delano <[email protected]>
Updated tests for reduced default packet size (32kb)

github.com/net-ssh/net-ssh - 252cf0b118d6e8014529262257f0db827656df8d authored over 11 years ago by delano <[email protected]>
Merge pull request #94 from Olipro/master

Fix channel open failure for packet size too big and support user-specified max packet + window ...

github.com/net-ssh/net-ssh - 3302c95d3d916cee5b677a482ab6f04c66d92038 authored over 11 years ago by Delano Mandelbaum <[email protected]>
connection/channel+session: lower max packet size & allow manual size.

Per section 6.1 of RFC 4253 an SSH implementation MUST support a packet
size of 32768 bytes, how...

github.com/net-ssh/net-ssh - 733df553cc598e16ba099432d1b6464f074b5a4c authored over 11 years ago by Oliver <[email protected]>
Update wildcard substition test

github.com/net-ssh/net-ssh - e61e91323a12de5b96929db4465177decae7edb6 authored over 11 years ago by GabKlein <[email protected]>
Add Host substitution tests

github.com/net-ssh/net-ssh - ae2b3db59577163a29e602369d33a24ffe53d98d authored over 11 years ago by GabKlein <[email protected]>
Desaible gem sign

github.com/net-ssh/net-ssh - bfc0144ea21347178e450788ff23ae2952b2a8dd authored over 11 years ago by GabKlein <[email protected]>
Update config.rb

Add support of "%h" value in ssh_config translation

github.com/net-ssh/net-ssh - cfd64a41ce160bb1b3b552d45327e97e2d37780d authored over 11 years ago by Gabriel KLEIN <[email protected]>
Fix encoding issues with Ruby 2.0 (#87).

github.com/net-ssh/net-ssh - f3f09edf94a3930e0ef9b87574f6dbcf2aa1255c authored over 11 years ago by Vít Ondruch <[email protected]>
Version bump

github.com/net-ssh/net-ssh - 4f2ae72397484dbf365ef1b4898076fc9ffbd90a authored over 11 years ago by delano <[email protected]>
Merge pull request #86 from jansegre/master

This should fix #85

github.com/net-ssh/net-ssh - 46bfb67c509df6effdb0425bd40444449c6e572e authored over 11 years ago by Delano Mandelbaum <[email protected]>
This should fix #85.

It's prefered to fallback to the newer api instead of checking for
versions before 1.9 and 1.9 a...

github.com/net-ssh/net-ssh - e6b864bfaebb88ea3e7eee6b1ada1ec8572b6294 authored over 11 years ago by Jan Segre <[email protected]>
Added contributors from the other net-* libs as well

github.com/net-ssh/net-ssh - 0de7bfdc21d17e2a53e994a94b05307445e16a27 authored over 11 years ago by delano <[email protected]>
Added rake test task

github.com/net-ssh/net-ssh - 756a87fdd976fd8b1b49fd14fbf268dd3c16e432 authored over 11 years ago by delano <[email protected]>
Fixed path in gemspec [thanks priteau]

github.com/net-ssh/net-ssh - 4f8207296c768599d23d5e3114064387e611043a authored over 11 years ago by delano <[email protected]>
Added signing note to readme and changes

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

github.com/net-ssh/net-ssh - 5ef9818673440223a13fbc5271eb2551e973c6e5 authored over 11 years ago by delano <[email protected]>
add license information to gemspec [jordimassaguerpla]

github.com/net-ssh/net-ssh - cd3ecfd4e8365ccb354072e10495490ec66b3d49 authored over 11 years ago by delano <[email protected]>
add license information to gemspec [jordimassaguerpla]

github.com/net-ssh/net-ssh - 56442d3feeb6ebd66e315a4463143fdf4a7dccb5 authored over 11 years ago by delano <[email protected]>
Added public cert

github.com/net-ssh/net-ssh - 3dc2bffe7607d8df486a963e9ddb7cf22f51a1b5 authored over 11 years ago by delano <[email protected]>
Updated version usage in Rakefile

github.com/net-ssh/net-ssh - ee532bcbb18a5e60dfe5e322f2d5e6f6875aa1c8 authored over 11 years ago by delano <[email protected]>
Updated version usage in Rakefile

github.com/net-ssh/net-ssh - eb82cc902fe675c23c8c66e892ad79eeb8213b5f authored over 11 years ago by delano <[email protected]>
Updated Rakefile; Renamed some project files

github.com/net-ssh/net-ssh - dc6e4172ab7080caae30687b3463367ea005551e authored over 11 years ago by delano <[email protected]>
Updated thanks

github.com/net-ssh/net-ssh - 799afd64415b8cf78909a6d4a73d3fe6e558eef0 authored over 11 years ago by delano <[email protected]>
Merge pull request #78 from jordimassaguerpla/master

add license information to the gemspec

github.com/net-ssh/net-ssh - 7f17d4104c782e19e2ce0a33ba4560ef9c0a0fde authored over 11 years ago by Delano Mandelbaum <[email protected]>
add license information to gemspec

This way it can be used with rubygems.org API

github.com/net-ssh/net-ssh - 74296fb9379810ebfe753f290567daeb13ff6b2c authored over 11 years ago by Jordi Massaguer Pla <[email protected]>
Merge pull request #77 from nayden/fix_README_example

These changes fix the README example

github.com/net-ssh/net-ssh - cac15e0cf249c06a7da92a1699c96ee363627bae authored over 11 years ago by Delano Mandelbaum <[email protected]>
These changes fix the README example

github.com/net-ssh/net-ssh - cbac1f81919032d266afea60101b38aa4aaa616a authored over 11 years ago by Nayden Markatchev <[email protected]>
Merge pull request #74 from kachick/improve/remove_warnings

Remove a warning "shadowing outer local variable - type"

github.com/net-ssh/net-ssh - 9abfc1c92731f3f0b31ad50914786d27423227ea authored almost 12 years ago by Delano Mandelbaum <[email protected]>
Remove a warning "shadowing outer local variable - type"

github.com/net-ssh/net-ssh - b39e38e16fd922cbba8965decd366bb660344fcf authored almost 12 years ago by Kenichi Kamiya <[email protected]>
Version Bump (2.6.3)

github.com/net-ssh/net-ssh - fe568aa17310b6a8423c19cc1e6f89bf03846ff9 authored almost 12 years ago by delano <[email protected]>
Updated changelog

github.com/net-ssh/net-ssh - 603a0fc0f46bf80962526f4012bcb7ccaee8b915 authored almost 12 years ago by delano <[email protected]>
Pull latest

github.com/net-ssh/net-ssh - a94363a5e925e2f8971155cd514e690c993ebbd2 authored almost 12 years ago by delano <[email protected]>
Merge pull request #73 from rubyphunk/master

Small doc fix and correct error class for PKey::EC key type

github.com/net-ssh/net-ssh - e843bfac1bbd33578f949a89b9833f86e3ae1237 authored almost 12 years ago by Delano Mandelbaum <[email protected]>
Return correct ECError class for PKey::EC key type

github.com/net-ssh/net-ssh - 7df9081900bb5c5bce1e14bf49aa54db94638fb4 authored almost 12 years ago by Andreas Wolff <[email protected]>
Doc: Fix misspelled forwrd_agent option

github.com/net-ssh/net-ssh - afc95daf8e89e3d02275d5bcf5ab3fe8e57e9d60 authored almost 12 years ago by Andreas Wolff <[email protected]>
Merge pull request #72 from kachick/improve/around_test_env

Improve around test dependencies

github.com/net-ssh/net-ssh - 01ccaf5e296260a0aa48da6029e8d69335a5f52c authored almost 12 years ago by Delano Mandelbaum <[email protected]>
Specify to use mocha gem in test

Because test-unit gem is already specified.

github.com/net-ssh/net-ssh - 92946c8cfafdaf62a6716c7da62310076716f896 authored almost 12 years ago by Kenichi Kamiya <[email protected]>
Specify to use some gems for test by gemspec

github.com/net-ssh/net-ssh - b3222ca11611c35c6f1ace72bb499ca884d83a1e authored almost 12 years ago by Kenichi Kamiya <[email protected]>
Remove a warning to load mocha

For this message.

*** Mocha deprecation warning: Change `require 'mocha'` to `require 'moch...

github.com/net-ssh/net-ssh - c70252a8a9130bd47564297e0249aaca49ac6f3a authored almost 12 years ago by Kenichi Kamiya <[email protected]>