Skip to content

4.0.0 Apha 0

Pre-release
Pre-release
Compare
Choose a tag to compare
@darkoperator darkoperator released this 02 Apr 20:01
· 32 commits to master since this release
f00564d

This version of Posh-SSH has braking changes. In this version, I'm trying to address 2 issues.

  • Core SSH library has been built under a new name to address conflict with Windows 2019 now, including the same open-source SSH library.
  • The Credential parameter, when used with a Private Key the password is no longer used to decrypt it but a Passphrase parameter is used. This parameter takes a SecureString. This is to support when a user configures their server to Auntenticate first with a ket and then asks for password authentication. The session will now support PrivateKey, KeyboardInteractive, and Password when both credentials and key with passphrase are used.