Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update SSH.NET to version 2023.0.0 #1019

Merged
merged 1 commit into from
Oct 11, 2023

Conversation

WojciechNagorski
Copy link
Contributor

Update SSH.NET to the latest version https://www.nuget.org/packages/SSH.NET/2023.0.0

New features:

  • Support for .NET 6, 7, and .NET Standard 2.0/2.1
  • Support for RSA-SHA256/512 signature algorithms
  • Support for parsing OpenSSH keys with ECDSA 256/384/521 and RSA
  • Support for SHA256 and MD5 fingerprints for host key validation
  • Added async support to SftpClient and SftpFileStream
  • Added ISftpFile interface to SftpFile
  • Removed support for old target frameworks
  • Improved performance and stability
  • Added the ability to set the last write and access time for Sftp files

@netlify
Copy link

netlify bot commented Oct 11, 2023

Deploy Preview for testcontainers-dotnet ready!

Name Link
🔨 Latest commit 94febae
🔍 Latest deploy log https://app.netlify.com/sites/testcontainers-dotnet/deploys/6526779933b8b20008f374c9
😎 Deploy Preview https://deploy-preview-1019--testcontainers-dotnet.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Collaborator

@HofmeisterAn HofmeisterAn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very thoughtful, thank you.

@HofmeisterAn HofmeisterAn added the chore A change that doesn't impact the existing functionality, e.g. internal refactorings or cleanups label Oct 11, 2023
@HofmeisterAn HofmeisterAn changed the title Update SSH.NET to 2023.0.0 chore: Update SSH.NET to version 2023.0.0 Oct 11, 2023
@HofmeisterAn HofmeisterAn merged commit 0ff132f into testcontainers:develop Oct 11, 2023
9 checks passed
@WojciechNagorski WojciechNagorski deleted the new-sshnet branch October 11, 2023 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore A change that doesn't impact the existing functionality, e.g. internal refactorings or cleanups
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants