Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Hsu <kennethhsu@gmail.com>2021-01-24 21:14:02 +0300
committerKenneth Hsu <kennethhsu@gmail.com>2021-01-24 21:14:02 +0300
commit88f6b1e55ec4c785bc57346d1688061c194b306f (patch)
treec49f0359930b7cdbb4a8487ae9173d871a1f682e /Duplicati/Library/Backend/SSHv2/packages.config
parente50d011a1d4390f60f90683eab331c8449dfc71e (diff)
Update SSH.NET to version 2020.0.1.
From the release notes: Even though RFC 4253 requires that an identification string MUST be terminated by a carriage return and line feed, this fix restores support for banners and identification strings that are only terminated by a line feed. This is a workaround for an issue in version 7.4 of OpenSSH which was fixed in version 7.5.
Diffstat (limited to 'Duplicati/Library/Backend/SSHv2/packages.config')
-rw-r--r--Duplicati/Library/Backend/SSHv2/packages.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/Duplicati/Library/Backend/SSHv2/packages.config b/Duplicati/Library/Backend/SSHv2/packages.config
index 821d9718b..d3ed2e2fe 100644
--- a/Duplicati/Library/Backend/SSHv2/packages.config
+++ b/Duplicati/Library/Backend/SSHv2/packages.config
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
- <package id="SSH.NET" version="2020.0.0" targetFramework="net471" />
+ <package id="SSH.NET" version="2020.0.1" targetFramework="net471" />
</packages> \ No newline at end of file