mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02:00
Added askpass utility to support change around SSH_ASKPASS logic. Since prompt is now passed as a commandline parameter to SSH_ASKPASS, "cmd /c echo" based logic no longer works for automated passing of password.
askpass_util is a test utility to be used in conjunction with SSH_ASKPASS in ssh. It simply spits out environment variable stored in ASKPASS_PASSWORD.