Skip to content

0.6.0

Latest
Compare
Choose a tag to compare
@tmds tmds released this 20 Sep 07:24
· 1 commit to main since this release
  • Add support for ed25519 private keys (#212)
  • Support [email protected] (#215)
  • SftpClient: fix DownloadFileAsync not throwing when remote file was not found. (#221)
  • Support using private keys that are not stored in files. (#223)
    example: Add Azure Key example and fix ECDSA OID check (#226)
  • PrivateKeyCredential: support loading key from char array. (#224)
  • Support decoding private keys that use the [email protected] cipher. (#225)
  • Support configuring the client in code using ssh_config options. (#227)
  • Rename SshConfigOptions to SshConfigSettings. (#228)
  • Don't use ssh config for the default SshClient/SftpClient(string destination) ctor. (#229)