Skip to content

Releases: tmds/Tmds.Ssh

0.3.0

09 Jun 12:55
91c6b21
Compare
Choose a tag to compare

Tmds.Ssh:

  • SftpFile: fine-tune seekable support. (#175)
  • Support ecdsa-sha2-nistp521, ecdsa-sha2-nistp384 server keys. (#176)
  • Add an AutoConnect setting. (#177)
  • SftpClient: support using class stand-alone. (#178)

Tmds.Ssh.Libssh:

  • Library was removed in favor of focus on Tmds.Ssh

0.2.0

31 May 09:35
ba41694
Compare
Choose a tag to compare

Tmds.Ssh:

  • Drop the Bouncy Castle library dependency and instead require .NET 8 to use DeriveRawSecretAgreement.
  • Add SFTP API
  • Extend RemoteProcess API
  • Private key formats: RSA in the OPENSSH PRIVATE KEY format
  • Client key algorithms: rsa-sha2-512, rsa-sha2-256 (instead of the SHA-1 based ssh-rsa).
  • Server key algorithms: ecdsa-sha2-nistp256, rsa-sha2-512, rsa-sha2-256 (instead of the SHA-1 based ssh-rsa)
  • Key exchange methods: ecdh-sha2-nistp384, ecdh-sha2-nistp521 (in addition to ecdh-sha2-nistp256)
  • Encryption: [email protected], [email protected] (instead of aes256-cbc + hmac-sha2-256)
  • Various API refactorings

Tmds.Ssh.Libssh:

0.1.0

17 Dec 11:11
Compare
Choose a tag to compare

Initial release