Skip to content

Commit 905023e

Browse files
authored
Added SSH.NET title, and downgrade other headings,
Added SSH.NET title, and downgrade other headings,
1 parent 906dd9e commit 905023e

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1+
SSH.NET
2+
=======
3+
SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism.
4+
15
[![Version](https://img.shields.io/nuget/vpre/SSH.NET.svg)](https://www.nuget.org/packages/SSH.NET)
26

3-
#Introduction#
7+
##Introduction
48
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.
59

6-
#Features#
10+
##Features
711
* Execution of SSH command using both synchronous and asynchronous methods
812
* Return command execution exit status and other information
913
* 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
2024
* Supports two-factor or higher authentication
2125
* Supports SOCKS4, SOCKS5 and HTTP Proxy
2226

23-
#Key Exchange Method#
27+
##Key Exchange Method
2428

2529
**SSH.NET** supports the following key exchange methods:
2630
* diffie-hellman-group-exchange-sha256
2731
* diffie-hellman-group-exchange-sha1
2832
* diffie-hellman-group14-sha1
2933
* diffie-hellman-group1-sha1
3034

31-
#Message Authentication Code#
35+
##Message Authentication Code
3236

3337
**SSH.NET** supports the following MAC algorithms:
3438
* hmac-md5
@@ -42,7 +46,7 @@ This project was inspired by **Sharp.SSH** library which was ported from java an
4246
* hmac-ripemd160
4347
4448

45-
#Framework Support#
49+
##Framework Support
4650
**SSH.NET** supports the following target frameworks:
4751
* .NET Framework 3.5
4852
* .NET Framework 4.0
@@ -90,7 +94,7 @@ FEATURE_DNS_APM | [Dns](https://msdn.microsoft.com/en-us/librar
9094
FEATURE_DNS_SYNC | [Dns](https://msdn.microsoft.com/en-us/library/system.net.dns.aspx) supports synchronous execution
9195
FEATURE_REFLECTION_TYPEINFO |
9296

93-
#Building SSH.NET#
97+
##Building SSH.NET
9498

9599
Software | .NET 3.5 | .NET 4.0 | SL 4 | SL 5 | WP 71 | WP 80 | UAP10
96100
--------------------------------- | :------: | :------: | :--: | :--: | :---: | :---: | :---:

0 commit comments

Comments
 (0)