mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-08-16 23:38:37 +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.
3 lines
152 B
Plaintext
3 lines
152 B
Plaintext
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. |