You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
5
9
6
-
#Features#
10
+
##Features
7
11
* Execution of SSH command using both synchronous and asynchronous methods
8
12
* Return command execution exit status and other information
9
13
* Provide SFTP functionality for both synchronous and asynchronous operations
@@ -20,15 +24,15 @@ This project was inspired by **Sharp.SSH** library which was ported from java an
20
24
* Supports two-factor or higher authentication
21
25
* Supports SOCKS4, SOCKS5 and HTTP Proxy
22
26
23
-
#Key Exchange Method#
27
+
##Key Exchange Method
24
28
25
29
**SSH.NET** supports the following key exchange methods:
26
30
* diffie-hellman-group-exchange-sha256
27
31
* diffie-hellman-group-exchange-sha1
28
32
* diffie-hellman-group14-sha1
29
33
* diffie-hellman-group1-sha1
30
34
31
-
#Message Authentication Code#
35
+
##Message Authentication Code
32
36
33
37
**SSH.NET** supports the following MAC algorithms:
34
38
* hmac-md5
@@ -42,7 +46,7 @@ This project was inspired by **Sharp.SSH** library which was ported from java an
0 commit comments