Skip to content

0.9.0

Compare
Choose a tag to compare
@tmds tmds released this 12 Dec 10:38
· 4 commits to main since this release

SshClient:

  • [Breaking] Drop support for RSA PKCS#1 PEM keys in favor of the OpenSSH format. (#272)
  • Implement OpenSSH strict kex extension for mitigating Terrapin attack. (#263).
    note: this is for additional security. Previous versions of the library are not vulnerable.
  • Support auth using 'none'. (#268)
  • Include id_ed25519, id_ecdsa in default identity files (#269)
  • ExecuteOptions: fix constructor visibility (#252)
  • RemoteProcess: Write EOF when StandardInputStream gets Closed/Disposed. (#262)
  • Add LocalForward API. (#258)
    • Add SshClient.StartForwardUnixAsync. (#259)
    • LocalForward: support serving from unix socket. (#260)
  • SshClient: Disconnected API. (#270)

SftpClient:

  • Support downloading file to a Stream (#266)
  • Support uploading file from Stream. (#271)