github darkoperator/Posh-SSH v4.0.0-alpha-0
4.0.0 Apha 0

latest releases: v.3.2.0, 3.1.3, 3.1.3-Beta1...
pre-release15 months ago

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.

Don't miss a new Posh-SSH release

NewReleases is sending notifications on new releases.