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.
10
10
11
-
##Features
11
+
##Features
12
12
* Execution of SSH command using both synchronous and asynchronous methods
13
13
* Return command execution exit status and other information
14
14
* Provide SFTP functionality for both synchronous and asynchronous operations
@@ -25,15 +25,15 @@ This project was inspired by **Sharp.SSH** library which was ported from java an
25
25
* Supports two-factor or higher authentication
26
26
* Supports SOCKS4, SOCKS5 and HTTP Proxy
27
27
28
-
##Key Exchange Method
28
+
##Key Exchange Method
29
29
30
30
**SSH.NET** supports the following key exchange methods:
31
31
* diffie-hellman-group-exchange-sha256
32
32
* diffie-hellman-group-exchange-sha1
33
33
* diffie-hellman-group14-sha1
34
34
* diffie-hellman-group1-sha1
35
35
36
-
##Message Authentication Code
36
+
##Message Authentication Code
37
37
38
38
**SSH.NET** supports the following MAC algorithms:
39
39
* hmac-md5
@@ -47,7 +47,7 @@ This project was inspired by **Sharp.SSH** library which was ported from java an
0 commit comments