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
Fix channel window size managment
github.com/sshnet/SSH.NET - f71d3974c716dc016c9316bbd515c63819a28f97 authored over 14 years ago by olegkap_cp <[email protected]>
github.com/sshnet/SSH.NET - f71d3974c716dc016c9316bbd515c63819a28f97 authored over 14 years ago by olegkap_cp <[email protected]>
Minor channel communication improvemtns, disconecting and error handeling improved
github.com/sshnet/SSH.NET - 073767a9fe0d8df205bc9f68bcce0e21744f059f authored over 14 years ago by olegkap_cp <[email protected]>
github.com/sshnet/SSH.NET - 073767a9fe0d8df205bc9f68bcce0e21744f059f authored over 14 years ago by olegkap_cp <[email protected]>
Fix channel open/close/failed synchronization, make sure channel returns correct results, minor clean up
github.com/sshnet/SSH.NET - f866e2f1879cf90f9cbf1d7eea68f3c9f92cda1f authored over 14 years ago by olegkap_cp <[email protected]>
github.com/sshnet/SSH.NET - f866e2f1879cf90f9cbf1d7eea68f3c9f92cda1f authored over 14 years ago by olegkap_cp <[email protected]>
Enforce number of simultanios open sessions and authentication attempts, refactor read/write and connection disconnect mechanism
github.com/sshnet/SSH.NET - 3e19ae132ea3f6050b0c6b7231b05cac5d436667 authored over 14 years ago by olegkap_cp <[email protected]>
github.com/sshnet/SSH.NET - 3e19ae132ea3f6050b0c6b7231b05cac5d436667 authored over 14 years ago by olegkap_cp <[email protected]>
Minore code analisys refacting
github.com/sshnet/SSH.NET - 2aae4a911b8bdc3713abb40eaaad3e07df1d34fd authored over 14 years ago by olegkap_cp <[email protected]>
github.com/sshnet/SSH.NET - 2aae4a911b8bdc3713abb40eaaad3e07df1d34fd authored over 14 years ago by olegkap_cp <[email protected]>
Improve connection disconnection, add retry attempt when tring to open a channel
github.com/sshnet/SSH.NET - e2ebc5f57ed548a52f0ffe83fb877d1f777bb426 authored over 14 years ago by olegkap_cp <[email protected]>
github.com/sshnet/SSH.NET - e2ebc5f57ed548a52f0ffe83fb877d1f777bb426 authored over 14 years ago by olegkap_cp <[email protected]>
Refactor channel number generated by the client and other static variables
github.com/sshnet/SSH.NET - a925c189f5e647fd3459d8c92b1cbf737dab4052 authored over 14 years ago by olegkap_cp <[email protected]>
github.com/sshnet/SSH.NET - a925c189f5e647fd3459d8c92b1cbf737dab4052 authored over 14 years ago by olegkap_cp <[email protected]>
Add more comments, some cleanup, add Timeout parameter to ConnectionInfo
github.com/sshnet/SSH.NET - f8f33679ed397dd4823a0c151d83c64a9e2ebef5 authored over 14 years ago by olegkap_cp <[email protected]>
github.com/sshnet/SSH.NET - f8f33679ed397dd4823a0c151d83c64a9e2ebef5 authored over 14 years ago by olegkap_cp <[email protected]>
Use Task to run background thread so it would work in ASP.NET application too, insure Connect being called only by one thread.
github.com/sshnet/SSH.NET - cdab9b0fa86a0813578745a839e9d5d1c145d4f4 authored over 14 years ago by olegkap_cp <[email protected]>
github.com/sshnet/SSH.NET - cdab9b0fa86a0813578745a839e9d5d1c145d4f4 authored over 14 years ago by olegkap_cp <[email protected]>
Refactor Shell and FTP connection
github.com/sshnet/SSH.NET - 43556c4085331eb528ed418775bc1a1e878d1114 authored over 14 years ago by olegkap_cp <[email protected]>
github.com/sshnet/SSH.NET - 43556c4085331eb528ed418775bc1a1e878d1114 authored over 14 years ago by olegkap_cp <[email protected]>
Fix connection, disconection problem, reading from stream and terminating connection by server, refactor Messaging
github.com/sshnet/SSH.NET - e6de0af9a7905eb90212981bc19bb734f70ef6e6 authored over 14 years ago by olegkap_cp <[email protected]>
github.com/sshnet/SSH.NET - e6de0af9a7905eb90212981bc19bb734f70ef6e6 authored over 14 years ago by olegkap_cp <[email protected]>
Fix DSS key authentication, Rename KeyFile to PrivateKeyFile
github.com/sshnet/SSH.NET - 8a2a1ab468f3f95be53566c2de12fcf9920e1845 authored over 14 years ago by olegkap_cp <[email protected]>
github.com/sshnet/SSH.NET - 8a2a1ab468f3f95be53566c2de12fcf9920e1845 authored over 14 years ago by olegkap_cp <[email protected]>
Refactor authentication mechanism, minor changes to CryptoPrivateKey files, implement Dss public Key
github.com/sshnet/SSH.NET - d5f5ee424c274dece42ea49fd183ddbbe39804e3 authored over 14 years ago by olegkap_cp <[email protected]>
github.com/sshnet/SSH.NET - d5f5ee424c274dece42ea49fd183ddbbe39804e3 authored over 14 years ago by olegkap_cp <[email protected]>
Add handling of passphrase but currently not suported and throws an exception
github.com/sshnet/SSH.NET - ff27b12cf24e47a410ecf8fb656096f4d69f6a49 authored over 14 years ago by olegkap_cp <[email protected]>
github.com/sshnet/SSH.NET - ff27b12cf24e47a410ecf8fb656096f4d69f6a49 authored over 14 years ago by olegkap_cp <[email protected]>
Repalce PrivateKey and Signature classes with CryptoKey classes
github.com/sshnet/SSH.NET - 97ab16e013298c8624c170c6658cbd492da421cc authored over 14 years ago by olegkap_cp <[email protected]>
github.com/sshnet/SSH.NET - 97ab16e013298c8624c170c6658cbd492da421cc authored over 14 years ago by olegkap_cp <[email protected]>
Minor changes Begin* End* preparation for ChannelSftp
github.com/sshnet/SSH.NET - d8795e852e28f56eb8334cd580d532e3a70874d8 authored over 14 years ago by olegkap_cp <[email protected]>
github.com/sshnet/SSH.NET - d8795e852e28f56eb8334cd580d532e3a70874d8 authored over 14 years ago by olegkap_cp <[email protected]>
Add ChannelAsyncResult and BeginEecute and EndExecute methods
github.com/sshnet/SSH.NET - 7b6deebeeef52fa1b0a37526721eb5e2fc215385 authored over 14 years ago by olegkap_cp <[email protected]>
github.com/sshnet/SSH.NET - 7b6deebeeef52fa1b0a37526721eb5e2fc215385 authored over 14 years ago by olegkap_cp <[email protected]>
Reorganize cipher algorithm and security namespace
github.com/sshnet/SSH.NET - 775bb96b4335cff2c270a7be02b050bad9db0de7 authored over 14 years ago by olegkap_cp <[email protected]>
github.com/sshnet/SSH.NET - 775bb96b4335cff2c270a7be02b050bad9db0de7 authored over 14 years ago by olegkap_cp <[email protected]>
File and namespace reorganization
github.com/sshnet/SSH.NET - 1be4fd1655a076e176841525db181060ade6238b authored over 14 years ago by olegkap_cp <[email protected]>
github.com/sshnet/SSH.NET - 1be4fd1655a076e176841525db181060ade6238b authored over 14 years ago by olegkap_cp <[email protected]>
Throw an exception when channel cannot be open
github.com/sshnet/SSH.NET - 73d7f027f0f850afb636e639be284bea0f4979f1 authored over 14 years ago by olegkap_cp <[email protected]>
github.com/sshnet/SSH.NET - 73d7f027f0f850afb636e639be284bea0f4979f1 authored over 14 years ago by olegkap_cp <[email protected]>
Improve disconnecting functionality
github.com/sshnet/SSH.NET - 91707690db9cb3bf6a8ca45442526aaa50de3ade authored over 14 years ago by olegkap_cp <[email protected]>
github.com/sshnet/SSH.NET - 91707690db9cb3bf6a8ca45442526aaa50de3ade authored over 14 years ago by olegkap_cp <[email protected]>
Remove SessionInfo class, refactor message receive so it will respect timeout
github.com/sshnet/SSH.NET - c7aa60afbed84241bf431453fa9e5486d252b27e authored over 14 years ago by olegkap_cp <[email protected]>
github.com/sshnet/SSH.NET - c7aa60afbed84241bf431453fa9e5486d252b27e authored over 14 years ago by olegkap_cp <[email protected]>
Initial checkin
github.com/sshnet/SSH.NET - b86e465fd0c9f2a075cb24ebad27349b0a80eb82 authored over 14 years ago by olegkap_cp <[email protected]>
github.com/sshnet/SSH.NET - b86e465fd0c9f2a075cb24ebad27349b0a80eb82 authored over 14 years ago by olegkap_cp <[email protected]>
Created team project folder $/sshnet via the Team Project Creation Wizard
github.com/sshnet/SSH.NET - 8302a5fcb1b0b3ca89a63d5d8e1ff7e42a3dad24 authored over 14 years ago by _MCLWEB <RNO\_MCLWEB>
github.com/sshnet/SSH.NET - 8302a5fcb1b0b3ca89a63d5d8e1ff7e42a3dad24 authored over 14 years ago by _MCLWEB <RNO\_MCLWEB>