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

Update SSH.NET to 2023.0.0 #1951

Merged
merged 1 commit into from
Oct 16, 2023
Merged

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

@Eideren
Copy link
Collaborator

Eideren commented Oct 16, 2023

Thanks for the PR !
Looks like your lib is used to start remote play sessions on linux and mac from windows. The project builds with this change, but testing it is something else. I don't know the setup we require to run this particular feature, and I doubt xen will have the time to check this one out.

There's not a whole lot, but here's more context as for why the author was contributing on another repo Xabaril/AspNetCore.Diagnostics.HealthChecks#2057 (comment)
If you want to clarify anything @WojciechNagorski feel free.

@Eideren Eideren merged commit d44cd59 into stride3d:master Oct 16, 2023
1 check passed
@WojciechNagorski WojciechNagorski deleted the patch-1 branch October 16, 2023 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants