Skip to content

Commit bdec2d2

Browse files
authored
Update markdown after recent Github changes
1 parent 99fd7b4 commit bdec2d2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism.
55
[![Version](https://img.shields.io/nuget/vpre/SSH.NET.svg)](https://www.nuget.org/packages/SSH.NET)
66
[![Build status](https://ci.appveyor.com/api/projects/status/ih77qu6tap3o92gu/branch/develop?svg=true)](https://ci.appveyor.com/api/projects/status/ih77qu6tap3o92gu/branch/develop)
77

8-
##Introduction
8+
## Introduction
99
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.
1010

11-
##Features
11+
## Features
1212
* Execution of SSH command using both synchronous and asynchronous methods
1313
* Return command execution exit status and other information
1414
* 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
2525
* Supports two-factor or higher authentication
2626
* Supports SOCKS4, SOCKS5 and HTTP Proxy
2727

28-
##Key Exchange Method
28+
## Key Exchange Method
2929

3030
**SSH.NET** supports the following key exchange methods:
3131
* diffie-hellman-group-exchange-sha256
3232
* diffie-hellman-group-exchange-sha1
3333
* diffie-hellman-group14-sha1
3434
* diffie-hellman-group1-sha1
3535

36-
##Message Authentication Code
36+
## Message Authentication Code
3737

3838
**SSH.NET** supports the following MAC algorithms:
3939
* hmac-md5
@@ -47,7 +47,7 @@ This project was inspired by **Sharp.SSH** library which was ported from java an
4747
* hmac-ripemd160
4848
4949

50-
##Framework Support
50+
## Framework Support
5151
**SSH.NET** supports the following target frameworks:
5252
* .NET Framework 3.5
5353
* .NET Framework 4.0 (and higher)
@@ -58,7 +58,7 @@ This project was inspired by **Sharp.SSH** library which was ported from java an
5858
* Windows Phone 8.0
5959
* Universal Windows Platform 10
6060

61-
##Usage
61+
## Usage
6262
Establish an SFTP connection using both password and public-key authentication:
6363

6464
```cs
@@ -73,7 +73,7 @@ using (var client = new SftpClient(connectionInfo))
7373

7474
```
7575

76-
##Building SSH.NET
76+
## Building SSH.NET
7777

7878
Software | net35 | net40 | netstandard1.3 | sl4 | sl5 | wp71 | wp8 | uap10.0 |
7979
--------------------------------- | :---: | :---: | :------------: | :-: | :-: | :--: | :-: | :-----: |

0 commit comments

Comments
 (0)