Ecosyste.ms: OpenCollective

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

SSH.NET

Proide a Secure Shell (SSH) library for .NET, optimized for parallelism
Collective - Host: opensource - https://opencollective.com/sshnet - Code: https://github.com/sshnet

Add tests for SftpFileStream.Seek(...) (#9)

* Add tests for SftpFileStream.Seek(...) to cover https://github.com/sshnet/SSH.NET/pull/910.

...

github.com/sshnet/IntegrationTests - 3f5a7d77e642aac6db74b610912712725431e082 authored about 2 years ago by Gert Driesen <[email protected]>
Override sudoers with configuration that allows root and the sudo group to run any command. (#8)

Members of the sudo do not have to specify a password.

github.com/sshnet/IntegrationTests - c5ca24176cd21174fd79dd89859e3408f9d43a4c authored about 2 years ago by Gert Driesen <[email protected]>
Merge pull request #2 from sshnet/feature/AllowTcpForwarding

Read value of AllowTcpForwarding option

github.com/sshnet/TestTools - 1df28fc2d256b1edc4ee8b7f33510f5f2a0401ee authored about 2 years ago by Gert Driesen <[email protected]>
Read actually value of AllowTcpForwarding option.

github.com/sshnet/TestTools - 6c129ee33b03181a8962f2700a1915801d2b12ac authored about 2 years ago by drieseng <[email protected]>
fix typo (#999)

github.com/sshnet/SSH.NET - b9bc4750ab147948d66678af7e583878ce96f28a authored over 2 years ago by Masuri <[email protected]>
Add IBaseClient for BaseClient and ISftpClient to inherit from (#975)

Add IBaseClient for BaseClient and ISftpClient to inherit from

github.com/sshnet/SSH.NET - 34ce2bd1d0eb7dc68f8ad5a68f407f66d774f9ed authored over 2 years ago by Owen Krueger <[email protected]>
Remove unused import.

github.com/sshnet/SSH.NET - bd7c02f6e43e9de77fad745fda9b053605ef9c67 authored over 2 years ago by drieseng <[email protected]>
Use cryptographically secure random number generator.

Fixes CVE-2022-29245.

github.com/sshnet/SSH.NET - 4cdedf65247a0e720f0723bcd9edb773b3f2223f authored over 2 years ago by drieseng <[email protected]>
Merge branch 'develop' of https://github.com/sshnet/SSH.NET into develop

github.com/sshnet/SSH.NET - c728fba850c386ad4d915e259f78634357b01972 authored over 2 years ago by drieseng <[email protected]>
Use cryptographically secure random number generator.

Fixes CVE-2022-29245.

github.com/sshnet/SSH.NET - 03c6d60736b8f7b42e44d6989a53f9b644a091fb authored over 2 years ago by drieseng <[email protected]>
Fixes and improvements for port forwarding tests (#6)

* Support configuration of PrintMotd and AllowTcpForwarding options.
* Fix and extend public ke...

github.com/sshnet/IntegrationTests - a31325ec1892265142e6e68abf99a99d4c29abf6 authored over 2 years ago by Gert Driesen <[email protected]>
Support AllowTcpForwarding and PrintMotd.

github.com/sshnet/TestTools - 50c048a5f1255a5e6735f2d9677efa72151f8779 authored over 2 years ago by drieseng <[email protected]>
Support keyboard-interactive authentication (#3)

Support keyboard-interactive authentication:
* Use PAM-enabled version of OpenSSH.
* Install s...

github.com/sshnet/IntegrationTests - 3bfbc71b408a18dade5a0a70457695d51966361b authored over 2 years ago by Gert Driesen <[email protected]>
Add support for KbdInteractiveAuthentication option.

Allow the following options to be reset to their default value:
* ChallengeResponseAuthentication...

github.com/sshnet/TestTools - a3e4f90e10a4a8f3ab564fb86e517163db1bd5bc authored almost 3 years ago by drieseng <[email protected]>
Pass data to MemoryStream.ctor(byte[]) instead of writing it to the memory stream (which would have it allocate a new buffer).

Fixes issue #1.

github.com/sshnet/IntegrationTests - 98972c80f0bcb0bbcad9348d9243856c1eba27fb authored almost 3 years ago by drieseng <[email protected]>
Agent auth and Keygen (#794)

* Allow to set PrivateKeyFile Key directly
So you can add your own Key-Classes to SSH.NET
*...

github.com/sshnet/SSH.NET - bc99ada7da3f05f50d9379f2644941d91d5bf05a authored almost 3 years ago by Stefan Rinkes <[email protected]>
Merge branch 'main' of https://github.com/sshnet/IntegrationTests

github.com/sshnet/IntegrationTests - 9597d64b89f2b4aa096b5711ea47489664784890 authored almost 3 years ago by drieseng <[email protected]>
Clean up project file. Ignore more files.

github.com/sshnet/IntegrationTests - 2b1eb37ebe78b16a2c25d35e92c280e3016d577e authored almost 3 years ago by drieseng <[email protected]>
Prettify :p

github.com/sshnet/IntegrationTests - ea429f09b3a4f1392ecfe93fac0830815c1dc391 authored almost 3 years ago by Gert Driesen <[email protected]>
Support PubkeyAcceptedAlgorithms option.

github.com/sshnet/TestTools - 97d3a84293c5d28d4657e0a9e6a825da28b3fe64 authored almost 3 years ago by drieseng <[email protected]>
Merge branch 'main' of https://github.com/sshnet/IntegrationTests

github.com/sshnet/IntegrationTests - 26ea95fdf8022ac5b67239902327721459aa92df authored almost 3 years ago by drieseng <[email protected]>
Remove obsolete files.

github.com/sshnet/IntegrationTests - 12082370582c5deab5e0181f5857f9a2babf16b5 authored almost 3 years ago by drieseng <[email protected]>
Remove obsolete files.

github.com/sshnet/IntegrationTests - aa2ffa1428db233d57eb84573587f410b70d7374 authored almost 3 years ago by drieseng <[email protected]>
Move sources to src directory.

github.com/sshnet/IntegrationTests - 100732801c1dd08a2272c4ff9f9f54fafef9e48a authored almost 3 years ago by drieseng <[email protected]>
Use docker to run integration tests.

github.com/sshnet/IntegrationTests - 1990ae4864dbf48ae9e77fdb394b1785c8929d59 authored almost 3 years ago by drieseng <[email protected]>
Initial commit

github.com/sshnet/IntegrationTests - 6c77b37074022e77ceafc8d9dcf772c3eaeee36c authored almost 3 years ago by Gert Driesen <[email protected]>
Initial (rough) version of integration tests for SSH.NET.

github.com/sshnet/IntegrationTests - f8fef0b38e98390fd5319027b0bdbc745ee68d72 authored almost 3 years ago by drieseng <[email protected]>
correct 'Documenation' to 'Documentation' (#838)

in the documentation's window title

github.com/sshnet/SSH.NET - b30b11af4f83dde473da36e0f89e01701fd4af5e authored almost 3 years ago by Maximiliano Jabase <[email protected]>
Add unit tests for task-based asynchronous API (#906)

* Fix runtime and culture dependant tests.
* Set C# 7.3 in Tests.csproj to limit intellisense's...

github.com/sshnet/SSH.NET - 4dfc126aceadb86d5fdde53d9b490b68ec902789 authored almost 3 years ago by Igor Milavec <[email protected]>
Fix virus false-positive by Defender on Renci.SSHNet.Tests.dll (#867)

Co-authored-by: Pedro Fonseca <[email protected]>

github.com/sshnet/SSH.NET - 37fb864663144914b390cc2313721d47cb027039 authored almost 3 years ago by Pedro Fonseca <[email protected]>
Add CODEOWNERS file.

github.com/sshnet/SSH.NET - cad943343b4c7ea55975a3033ef1cd0646b6b9d7 authored almost 3 years ago by drieseng <[email protected]>
Add async support to SftpClient and SftpFileStream (#819)

* Add FEATURE_TAP and net472 target
* Add TAP async support to SftpClient and SftpFileStream
*...

github.com/sshnet/SSH.NET - 7bdfc9e615b736b2762f5cd83c31a5f669663ff6 authored about 3 years ago by Igor Milavec <[email protected]>
Start MessageListener with ThreadAbstraction.ExecuteThreadLongRunning (#902)

* Fix Thread pool exhaustion due to MessageListener running on ThreadPool
* Mark long running t...

github.com/sshnet/SSH.NET - 30d79c7b316ae5cc7ba590bf6537e684e4a8216b authored about 3 years ago by Igor Milavec <[email protected]>
Add interface to SftpFile #120 (#812)

* Create ISftpFile interface. SftpFile sealed. Return ISftpFile from SftpClient instead of SftpF...

github.com/sshnet/SSH.NET - 583a9cea6a2cacdc63bb353ed2f5867613f24271 authored over 3 years ago by wxtsxt <[email protected]>
OPENSSH KeyReader for more keys (#614)

* OPENSSH KeyReader for more keys

Add support to parse OpenSSH Keys with ECDSA 256/384/521 an...

github.com/sshnet/SSH.NET - f072c5f1a1bb607797a85cd43cf498ec541af3ab authored over 3 years ago by Stefan Rinkes <[email protected]>
Assets/logos (#782)

* Added logo assets

* Added PNG 1260x640 with white border

Co-authored-by: 103filgualan <f...

github.com/sshnet/SSH.NET - a5bd08d655bb6a3c762306472cec354556dca3a3 authored almost 4 years ago by Filippo Gualandi <[email protected]>
Prepare for 2020.0.1 release

github.com/sshnet/SSH.NET - acda1431d23a9196377464e6f48056dfd42cc867 authored almost 4 years ago by drieseng <[email protected]>
Merge branch 'develop'

github.com/sshnet/SSH.NET - a06522c3d6b486db32c51cf6a1e83a3908c33c66 authored almost 4 years ago by drieseng <[email protected]>
Merge branch 'develop' of https://github.com/sshnet/SSH.NET into develop

github.com/sshnet/SSH.NET - 6e1f839ca1d32cdf510a548945d38b0bcfbf273f authored almost 4 years ago by drieseng <[email protected]>
Support LF as line ending for banner and identification string

Fixes #761

github.com/sshnet/SSH.NET - 91b64585bce315532638981b00d51276ffaf12ee authored almost 4 years ago by drieseng <[email protected]>
Update README.md

github.com/sshnet/SSH.NET - d62594c03f502338d069b5462525744acb075c07 authored almost 4 years ago by Gert Driesen <[email protected]>
Update README.md

github.com/sshnet/SSH.NET - 9c25cf65ca5fcb7f571899e4e81f5e1e3023fe65 authored almost 4 years ago by Gert Driesen <[email protected]>
Update README.md

github.com/sshnet/SSH.NET - b2c36b5e2c55d94d2c71691f5c9ef45e992cc480 authored almost 4 years ago by Gert Driesen <[email protected]>
Added logo assets (#743)

Co-authored-by: 103filgualan <[email protected]>

github.com/sshnet/SSH.NET - 67318d8b68279fb518a718f68aab0365793f252d authored almost 4 years ago by Filippo Gualandi <[email protected]>
Merge branch 'develop'

github.com/sshnet/SSH.NET - f48093713f2367b5e1d9b3d18e3e89eb4049efab authored almost 4 years ago by drieseng <[email protected]>
Support our legacy target frameworks.

github.com/sshnet/SSH.NET - a620835c69489279545f0402f3a7c34e967af6f4 authored almost 4 years ago by drieseng <[email protected]>
Merge branch 'develop'

github.com/sshnet/SSH.NET - 2c99132396389392878d17bb6ca1ff72bfc28bae authored almost 4 years ago by drieseng <[email protected]>
Workaround 'Could not create SSL/TLS secure channel' issue due to TLS 1.1 being the default on earlier versions of .NET.

github.com/sshnet/SSH.NET - 68a47f6890c8604c5db15cc5b15f90170a2356f1 authored almost 4 years ago by drieseng <[email protected]>
Prepare for 2020.0.0 release.

github.com/sshnet/SSH.NET - 853ec99609fbdb69ccd705fdefc3fa580237ce6a authored almost 4 years ago by drieseng <[email protected]>
Merge branch 'develop'

github.com/sshnet/SSH.NET - 8737fdb386ebb7e55d33fcd447ecb506c4af602f authored almost 4 years ago by drieseng <[email protected]>
Allow for a small marging when verifying whether configured timeout was respected.

github.com/sshnet/SSH.NET - 008556205b8dad801768f3cfe58adfcb04af873b authored almost 4 years ago by drieseng <[email protected]>
Merge branch 'develop'

github.com/sshnet/SSH.NET - 84b9281149ca7aeea4c8323ec99728f188c38853 authored almost 4 years ago by drieseng <[email protected]>
Fix test.

github.com/sshnet/SSH.NET - 41e378cfc0cfa26602e6b53678e99592a309e674 authored almost 4 years ago by drieseng <[email protected]>
Improve exception messages further.

github.com/sshnet/SSH.NET - 767fafbfc1606e55ee144fa8a49167bae0f0d798 authored almost 4 years ago by drieseng <[email protected]>
Fix more tests to pass on .NET Core.

github.com/sshnet/SSH.NET - f60f24fb9c941ad3b5108fdc6f52255c55788cb7 authored almost 4 years ago by drieseng <[email protected]>
Fix some test failures on .NET Core.

github.com/sshnet/SSH.NET - a5148aea1a22e4d8e0fa365adb1d5e4188e037fe authored almost 4 years ago by drieseng <[email protected]>
Fix and rename test.

github.com/sshnet/SSH.NET - d5fefcc369cf25e82e268e221e2f0871a51543f8 authored almost 4 years ago by drieseng <[email protected]>
Improve exception messages.

github.com/sshnet/SSH.NET - e8db68c37150325c712d70bd9b857835f9e40019 authored almost 4 years ago by drieseng <[email protected]>
Remove unused import.

github.com/sshnet/SSH.NET - 8d485f918bec2c99011083474bd535929a783059 authored almost 4 years ago by drieseng <[email protected]>
Fix remaining test failure.

github.com/sshnet/SSH.NET - f09496b782811b34e3d5a23ca6ff0783e3b9cc86 authored almost 4 years ago by drieseng <[email protected]>
Fix test failures.

github.com/sshnet/SSH.NET - 43f18cb3d4c4437f243880183ec85dedebdb33f6 authored almost 4 years ago by drieseng <[email protected]>
Complete refactoring of connection process, and greatly improve test coverage.

github.com/sshnet/SSH.NET - 60be75d85cca86d7a97e7f22845b75e121fefe4c authored almost 4 years ago by drieseng <[email protected]>
Add Connect overload that takes existing Socket instance.

github.com/sshnet/SSH.NET - e0b32a41eaf275ae02a0568aa535dba6c1545ebf authored almost 4 years ago by drieseng <[email protected]>
Allow for easier troubleshooting of protocol version exchange.

Fixes #751.

github.com/sshnet/SSH.NET - de06f1235009f4c7d108b8edf8ad8f96af5303e1 authored almost 4 years ago by drieseng <[email protected]>
Fix test failure.

github.com/sshnet/SSH.NET - eefcd8fbc5848f4082f62be36beee3666faf41bb authored almost 4 years ago by drieseng <[email protected]>
Fix handling of empty line.

github.com/sshnet/SSH.NET - fbadaf8b74a7b9b4e08b6e13286c0d40fdbdc389 authored almost 4 years ago by drieseng <[email protected]>
Update tests after connection refactoring.

github.com/sshnet/SSH.NET - e71a4c958d0bd038bce6d7d3df515977f2205238 authored almost 4 years ago by drieseng <[email protected]>
Revert back to using SocketShutdown.Send in an attempt to stabilize tests.

github.com/sshnet/SSH.NET - a1e4e04e044673398362d20d79f61bc0ff318522 authored almost 4 years ago by drieseng <[email protected]>
Refactor how connection is established to server.

github.com/sshnet/SSH.NET - dc9c637759b1aaa6832c3b03dc6c1b1e534a8f3c authored almost 4 years ago by drieseng <[email protected]>
Add ISftpClient interface to SftpClient (#197)

Add ISftpClient interface to **SftpClient for mocking and testing purposes.
Fixes #193.

github.com/sshnet/SSH.NET - cefdc203d98cd890815e029bc759bc43ec5a9643 authored over 4 years ago by Eric Brumfield <[email protected]>
Fix SFTP file UTC time handling (#356)

* Improved SFTP file UTC time handling

github.com/sshnet/SSH.NET - 90a13a6c5a0742288db251c9ca23c36c1a57ea04 authored over 4 years ago by Bill Menees <[email protected]>
Merge remote-tracking branch 'remotes/origin/develop'

github.com/sshnet/SSH.NET - 5942469974290baacfa4da82fb866abc586816a9 authored over 4 years ago by drieseng <[email protected]>
Merge remote-tracking branch 'remotes/origin/develop'

github.com/sshnet/SSH.NET - 1068694455341357dce49f7c93fb1db2ac585d97 authored over 4 years ago by drieseng <[email protected]>
Fix typo.

github.com/sshnet/SSH.NET - c10277f4d7be09385dd356c05c794a842893b55c authored over 4 years ago by Gert Driesen <[email protected]>
Merge remote-tracking branch 'remotes/origin/develop'

github.com/sshnet/SSH.NET - 9b21a46982f849406f310448006177aa8ac71523 authored over 4 years ago by drieseng <[email protected]>
Remove local-use file.

github.com/sshnet/SSH.NET - 2cc42c9b91ae411aad8dac562f407270c425d9bd authored over 4 years ago by drieseng <[email protected]>
Remove local-use file.

github.com/sshnet/SSH.NET - bf651cac1eeb8f4f1594c74e9b90793d2f2602e9 authored over 4 years ago by drieseng <[email protected]>
Fix path to source file.

github.com/sshnet/SSH.NET - 32f26157957a99516f98f98eb2905b15f0fcf447 authored over 4 years ago by drieseng <[email protected]>
Fix path to source file.

github.com/sshnet/SSH.NET - 638a30c521817622952b5a285113636b183760fc authored over 4 years ago by drieseng <[email protected]>
Merge remote-tracking branch 'remotes/origin/develop'

# Conflicts:
# build/sandcastle/SSH.NET.shfbproj

github.com/sshnet/SSH.NET - e9979a6adc5b27e5ef8d60ddfff000ccd27439c8 authored over 4 years ago by drieseng <[email protected]>
Update path to example.

github.com/sshnet/SSH.NET - b5dcca911ab6a50e495750f66a851a08524e7de1 authored over 4 years ago by drieseng <[email protected]>
Update name of Sandcastle Help File Builder environment variable.

github.com/sshnet/SSH.NET - d8fbae3c51bc489d8735e534df5143243a428fcc authored over 4 years ago by drieseng <[email protected]>
Update name of Sandcastle Help File Builder environment variable.

github.com/sshnet/SSH.NET - a697693bfa35f73ee7b90714269ef6481743eca1 authored over 4 years ago by drieseng <[email protected]>
Merge remote-tracking branch 'remotes/origin/develop'

github.com/sshnet/SSH.NET - 61c09ffefb4477ec83293bbd8be3623b130d1146 authored over 4 years ago by drieseng <[email protected]>
Update name of Sandcastle Help File Builder environment variable.

github.com/sshnet/SSH.NET - 22a895f427dfc52154bcccb9dd61bd9d39d897c7 authored over 4 years ago by drieseng <[email protected]>
Merge remote-tracking branch 'remotes/origin/develop'

github.com/sshnet/SSH.NET - 356b22a3b41f578a40cc7b8e2faa5a85648c8291 authored over 4 years ago by drieseng <[email protected]>
Fix package targets.

github.com/sshnet/SSH.NET - 8ac8e87e6948c6b49da9dcdc189e8b70fd7eebd8 authored over 4 years ago by drieseng <[email protected]>
Prepare for 2020.0.0-beta1

github.com/sshnet/SSH.NET - 66cf838d264b1a03c05bedbdbbf72fe6654f4308 authored over 4 years ago by drieseng <[email protected]>
Sponsoring (#691)

* Create FUNDING.yml
* Add sponsor info.

github.com/sshnet/SSH.NET - 66e24e7462e263069166d67f16c26a627262e375 authored over 4 years ago by Gert Driesen <[email protected]>
Add sponsor info.

github.com/sshnet/SSH.NET - bde751eb480fe87cde7f673916da107e8c6f6660 authored over 4 years ago by Gert Driesen <[email protected]>
Update FUNDING.yml

github.com/sshnet/SSH.NET - cce5c7402769a550ebce4655b6ff03ab7802a171 authored over 4 years ago by Gert Driesen <[email protected]>
Create FUNDING.yml

github.com/sshnet/SSH.NET - 261f5287def5eb19f951ca1bd9ab53eda11b3898 authored over 4 years ago by Gert Driesen <[email protected]>
Merge remote-tracking branch 'remotes/origin/develop'

github.com/sshnet/SSH.NET - cca82552552cea5378e049aa3d51554c8addd78a authored over 4 years ago by drieseng <[email protected]>
Remove stray CWL.

github.com/sshnet/SSH.NET - 8fbaa3c5bcd1259fafefaeaba792ef2ba52c97ea authored over 4 years ago by drieseng <[email protected]>
Merge branch 'develop' of https://github.com/sshnet/SSH.NET into develop

github.com/sshnet/SSH.NET - c5cb1caf7644c7b65ff29fd1786b6f7207afc38c authored over 4 years ago by drieseng <[email protected]>
Immediately sent identification string when connection is established.

Fixes #689.

github.com/sshnet/SSH.NET - 4906b64e7a5f80ee76e6cc303dbe9ab12c555679 authored over 4 years ago by drieseng <[email protected]>
Update README.md

github.com/sshnet/sshnet.github.io - 46eefe250575734906cb2201653ff2a38d936cb9 authored over 4 years ago by Gert Driesen <[email protected]>
Set theme jekyll-theme-slate

github.com/sshnet/sshnet.github.io - b0b8f2669b1ea9d8cd2f9e83dcffff7fee16d264 authored over 4 years ago by Gert Driesen <[email protected]>
Synchronize legacy project files.

github.com/sshnet/SSH.NET - e44913029e341329f8b8e3612025146927b4f28f authored over 4 years ago by Gert Driesen <[email protected]>
Support TF without Socket.Poll(...) and Socket.Select(...).

github.com/sshnet/SSH.NET - 42a676c3d798e5fff92b0892ca96d80339e3213d authored over 4 years ago by Gert Driesen <[email protected]>