Re: SshPrivateKeyPassphrase and ConvertTo-SecureString
The
You have to decrypt the secure string yourself.
See https://stackoverflow.com/q/28352141/850848
SecureString
is supported for password only, not for passphrase.
You have to decrypt the secure string yourself.
See https://stackoverflow.com/q/28352141/850848