# Functions
AskPremission runs SSH_ASKPASS in with SSH_ASKPASS_PROMPT=confirm set as env it will expect exit code 0 or !0 and return 'yes' and 'no' respectively.
No description provided by the author
No description provided by the author
# Constants
not used */.
Allow stdin and not askpass */.
Ask for permission, yes/no prompt */.
echo stuff or something 8 */.
Print newline after answer.
Use SSH_ASKPASS */.
Turn off echo (default).
Leave echo on.
Force input to lower case.
Force input to upper case.
Fail if there is no tty.
Strip the high bit from input.
Read from stdin, not /dev/tty */.
# Type aliases
State for the ReadPassphrase function.