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

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

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.

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)

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

1b5db680fee66e1d846d0396eb1a68d3fabdc3de authored over 10 years ago by Delano Mandelbaum <[email protected]>
Test fix for #129

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

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

Fix "ConnectionError" typo

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.

526bb62b8aed0c87a6c7ee3ef9e0ba3c76ba3ce1 authored over 10 years ago by Delano Mandelbaum <[email protected]>
Fix session test to work with new default auth_methods

523d4d66ed34624b24a085cc44629eab9e157183 authored over 10 years ago by liggitt <[email protected]>
Add config tests for auth parsing

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...

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

f93a6b7d84347da4995297fcd5584d664ff764fc authored over 10 years ago by Delano Mandelbaum <[email protected]>
updated tests to match the default of not allowing hostbased auth

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/...

0c272c3c3027f3ed7661dcdf427d9056c29bac5f authored over 10 years ago by Bob Van Zant <[email protected]>
removed debug messages

82e6cd36e1ac8efa7f17190ee974da882ab996b0 authored over 10 years ago by Jesse Sanford <[email protected]>
fixed issue with array munging

2f27a580add330ecac22b8e9d168a1400972e244 authored almost 11 years ago by Jesse Sanford <[email protected]>
added commenting

7e29297a33423f1301ee6511e4b6c9073d528c63 authored almost 11 years ago by Jesse Sanford <[email protected]>
added default that match openssh ssh_config defaults

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

Fixed pageant support.

bd61eeab4927e9a68a5217ad9d8c04a99156efb2 authored almost 11 years ago by Delano Mandelbaum <[email protected]>
Fixed pageant support.

6ccd0fd0961f52115739e4f61e2c1774ca24feab authored almost 11 years ago by Jarred Holman <[email protected]>
Support %r in ProxyCommand configuration in ssh_config files

as defined in OpenSSH.

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)

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...

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 ...

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

cf6fbb280b9c000f0f8a82680a8ed4e84f72f0a6 authored almost 11 years ago by Carl Hörberg <[email protected]>
Tests for close conn on exception

aabd191dfa0342d7fb873c39b4cd97d40b81a9a2 authored almost 11 years ago by Carl Hörberg <[email protected]>
Don't close the connection it's already closed

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...

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

7692be37ddb35df0646f406270f3fcd46c66e8c1 authored almost 11 years ago by Delano Mandelbaum <[email protected]>
make the authentication error message more useful

be4540d18c5852d8303ea30cdc344e0c9feb0d28 authored almost 11 years ago by Tomas Barton <[email protected]>
Fix "ConnectionError" typo

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...

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...

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.

125191a600cc1e49e2e56e985362a2d583a71b0e authored about 11 years ago by Dave <[email protected]>
Version bump

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

f0570418fbbc911b7406c2d9eba6f7493b949801 authored about 11 years ago by Delano Mandelbaum <[email protected]>
remove comment

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'

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

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`

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

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

Guard against nil socket.gets responses

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

15599d7aab2a3460a16d857451e9f9a5460ee115 authored about 11 years ago by Delano Mandelbaum <[email protected]>
implement a experimental keepalive feature

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...

8e3a7ae5b4572a52e12858706979b7c187293dae authored about 11 years ago by Gautier Minster <[email protected]>
Adding support for ephemeral ports

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...

899f1cf75ab8055f33b5dcbf71e940b0c94ac9a4 authored over 11 years ago by Kris Hicks <[email protected]>
Version bump

8bdef39d5b572b7a630ed007b8d6fe0da946a395 authored over 11 years ago by delano <[email protected]>
Updated changes file

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

525c37d5e67db9681ec833ab648c5e2714d4cf47 authored over 11 years ago by Delano Mandelbaum <[email protected]>
Removed puts from test

b735892a0d71f19773bcf709b64371144e5f132d authored over 11 years ago by delano <[email protected]>
Fixed merge from GabKlein-master

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).

f133721ef9594b55658ac1d5e1b002b4513babda authored over 11 years ago by Delano Mandelbaum <[email protected]>
Update README.rdoc

Maintenance mode note in readme.

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...

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

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...

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

Fix Readme Typo

9f4f888415b0dffb906d99a71b084b4fcfb61ce0 authored over 11 years ago by Delano Mandelbaum <[email protected]>
Fix typo: 'signiture' -> 'signature'

f6be7839738c8253387e5c20b75efdc89de29cde authored over 11 years ago by Andrew Davis <[email protected]>
Version bump (2.6.7)

2ebbc14b56e071a6cf01aabce71be79a0c572cef authored over 11 years ago by delano <[email protected]>
Updated tests for reduced default packet size (32kb)

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 ...

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...

733df553cc598e16ba099432d1b6464f074b5a4c authored over 11 years ago by Oliver <[email protected]>
Update wildcard substition test

e61e91323a12de5b96929db4465177decae7edb6 authored over 11 years ago by GabKlein <[email protected]>
Add Host substitution tests

ae2b3db59577163a29e602369d33a24ffe53d98d authored over 11 years ago by GabKlein <[email protected]>
Desaible gem sign

bfc0144ea21347178e450788ff23ae2952b2a8dd authored over 11 years ago by GabKlein <[email protected]>
Update config.rb

Add support of "%h" value in ssh_config translation

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

f3f09edf94a3930e0ef9b87574f6dbcf2aa1255c authored over 11 years ago by Vít Ondruch <[email protected]>
Version bump

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

This should fix #85

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...

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

0de7bfdc21d17e2a53e994a94b05307445e16a27 authored over 11 years ago by delano <[email protected]>
Added rake test task

756a87fdd976fd8b1b49fd14fbf268dd3c16e432 authored over 11 years ago by delano <[email protected]>
Fixed path in gemspec [thanks priteau]

4f8207296c768599d23d5e3114064387e611043a authored over 11 years ago by delano <[email protected]>
Added signing note to readme and changes

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

5ef9818673440223a13fbc5271eb2551e973c6e5 authored over 11 years ago by delano <[email protected]>
add license information to gemspec [jordimassaguerpla]

cd3ecfd4e8365ccb354072e10495490ec66b3d49 authored over 11 years ago by delano <[email protected]>
add license information to gemspec [jordimassaguerpla]

56442d3feeb6ebd66e315a4463143fdf4a7dccb5 authored over 11 years ago by delano <[email protected]>
Added public cert

3dc2bffe7607d8df486a963e9ddb7cf22f51a1b5 authored over 11 years ago by delano <[email protected]>
Updated version usage in Rakefile

ee532bcbb18a5e60dfe5e322f2d5e6f6875aa1c8 authored over 11 years ago by delano <[email protected]>
Updated version usage in Rakefile

eb82cc902fe675c23c8c66e892ad79eeb8213b5f authored over 11 years ago by delano <[email protected]>
Updated Rakefile; Renamed some project files

dc6e4172ab7080caae30687b3463367ea005551e authored over 11 years ago by delano <[email protected]>
Updated thanks

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

add license information to the gemspec

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

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

cac15e0cf249c06a7da92a1699c96ee363627bae authored over 11 years ago by Delano Mandelbaum <[email protected]>
These changes fix the README example

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"

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

b39e38e16fd922cbba8965decd366bb660344fcf authored almost 12 years ago by Kenichi Kamiya <[email protected]>
Version Bump (2.6.3)

fe568aa17310b6a8423c19cc1e6f89bf03846ff9 authored almost 12 years ago by delano <[email protected]>
Updated changelog

603a0fc0f46bf80962526f4012bcb7ccaee8b915 authored almost 12 years ago by delano <[email protected]>
Pull latest

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

e843bfac1bbd33578f949a89b9833f86e3ae1237 authored almost 12 years ago by Delano Mandelbaum <[email protected]>
Return correct ECError class for PKey::EC key type

7df9081900bb5c5bce1e14bf49aa54db94638fb4 authored almost 12 years ago by Andreas Wolff <[email protected]>
Doc: Fix misspelled forwrd_agent option

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

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.

92946c8cfafdaf62a6716c7da62310076716f896 authored almost 12 years ago by Kenichi Kamiya <[email protected]>
Specify to use some gems for test by gemspec

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...

c70252a8a9130bd47564297e0249aaca49ac6f3a authored almost 12 years ago by Kenichi Kamiya <[email protected]>
Merged

ba33401b45d2f24b2a19752e9eaff3d3c00a206b authored almost 12 years ago by delano <[email protected]>