diff --git a/Duplicati/Library/Backend/SSHv2/Duplicati.Library.Backend.SSHv2.csproj b/Duplicati/Library/Backend/SSHv2/Duplicati.Library.Backend.SSHv2.csproj
index 98cddebb2..881b79a59 100644
--- a/Duplicati/Library/Backend/SSHv2/Duplicati.Library.Backend.SSHv2.csproj
+++ b/Duplicati/Library/Backend/SSHv2/Duplicati.Library.Backend.SSHv2.csproj
@@ -36,8 +36,16 @@
Duplicati.snk
-
- ..\..\..\..\packages\SSH.NET.2020.0.2\lib\net40\Renci.SshNet.dll
+
+ ..\..\..\..\packages\SSH.NET.2023.0.1\lib\netstandard2.0\Renci.SshNet.dll
+ True
+
+
+ ..\..\..\..\packages\SshNet.Security.Cryptography.1.3.0/lib/netstandard2.0/SshNet.Security.Cryptography.dll
+ True
+
+
+ ..\..\..\..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0/lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dllTrue
diff --git a/Duplicati/Library/Backend/SSHv2/packages.config b/Duplicati/Library/Backend/SSHv2/packages.config
index 0017c06cf..925d6f09c 100644
--- a/Duplicati/Library/Backend/SSHv2/packages.config
+++ b/Duplicati/Library/Backend/SSHv2/packages.config
@@ -1,4 +1,6 @@
-
-
\ No newline at end of file
+
+
+
+
diff --git a/Duplicati/License/Duplicati.License.csproj b/Duplicati/License/Duplicati.License.csproj
index e2dc06920..92b770906 100644
--- a/Duplicati/License/Duplicati.License.csproj
+++ b/Duplicati/License/Duplicati.License.csproj
@@ -129,6 +129,14 @@
PreserveNewest
licenses\SSH.NET\License.txt
+
+ PreserveNewest
+ licenses\SshNet.Security.Cryptography\Homepage.txt
+
+
+ PreserveNewest
+ licenses\SshNet.Security.Cryptography\License.txt
+ PreserveNewest
licenses\Json.NET\Homepage.txt
@@ -213,6 +221,10 @@
licenses\SSH.NET\licensedata.json
PreserveNewest
+
+ licenses\SshNet.Security.Cryptography\licensedata.json
+ PreserveNewest
+
changelog.txt
PreserveNewest
diff --git a/thirdparty/SshNet.Security.Cryptography/Homepage.txt b/thirdparty/SshNet.Security.Cryptography/Homepage.txt
new file mode 100644
index 000000000..468e220c9
--- /dev/null
+++ b/thirdparty/SshNet.Security.Cryptography/Homepage.txt
@@ -0,0 +1 @@
+https://github.com/sshnet/Cryptography/
diff --git a/thirdparty/SshNet.Security.Cryptography/License.txt b/thirdparty/SshNet.Security.Cryptography/License.txt
new file mode 100644
index 000000000..d13cc4b26
--- /dev/null
+++ b/thirdparty/SshNet.Security.Cryptography/License.txt
@@ -0,0 +1,19 @@
+The MIT License (MIT)
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/thirdparty/SshNet.Security.Cryptography/licensedata.json b/thirdparty/SshNet.Security.Cryptography/licensedata.json
new file mode 100644
index 000000000..ac1a9d4a8
--- /dev/null
+++ b/thirdparty/SshNet.Security.Cryptography/licensedata.json
@@ -0,0 +1,7 @@
+{
+ "name": "SshNet.Security.Cryptography",
+ "description": "Crypto classes for SSH.NET",
+ "link": "https://github.com/sshnet/Cryptography",
+ "license": "MIT",
+ "notes": ""
+}