package
0.7.0
Repository: https://github.com/foxboron/ssh-tpm-agent.git
Documentation: pkg.go.dev

# 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 */.

# Variables

No description provided by the author
Default ASKPASS programs.

# Type aliases

State for the ReadPassphrase function.