|
|
%!s(int64=9) %!d(string=hai) anos | |
|---|---|---|
| build | %!s(int64=9) %!d(string=hai) anos | |
| src | %!s(int64=9) %!d(string=hai) anos | |
| test | %!s(int64=9) %!d(string=hai) anos | |
| .gitattributes | %!s(int64=9) %!d(string=hai) anos | |
| .gitignore | %!s(int64=9) %!d(string=hai) anos | |
| LICENSE | %!s(int64=9) %!d(string=hai) anos | |
| README.md | %!s(int64=9) %!d(string=hai) anos | |
| appveyor.yml | %!s(int64=9) %!d(string=hai) anos |
SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism.
##Introduction This project was inspired by Sharp.SSH library which was ported from java and it seems like was not supported for quite some time. This library is a complete rewrite, without any third party dependencies, using parallelism to achieve the best performance possible.
##Features
##Key Exchange Method
SSH.NET supports the following key exchange methods:
##Message Authentication Code
SSH.NET supports the following MAC algorithms:
##Framework Support SSH.NET supports the following target frameworks:
##Building SSH.NET
| Software | net35 | net40 | netstandard1.3 | sl4 | sl5 | wp71 | wp8 | uap10.0 |
|---|---|---|---|---|---|---|---|---|
| Windows Phone SDK 8.0 | x | x | x | x | ||||
| Visual Studio 2012 Update 5 | x | x | x | x | x | x | ||
| Visual Studio 2015 Update 3 | x | x | x | x | x | x |