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.