Skip to content
Snippets Groups Projects
Commit 93c54fe6 authored by Mike Frysinger's avatar Mike Frysinger
Browse files

avoid getpass when not used

some systems (like android's bionic) do not provide getpass.  you can
disable ENABLE_CLI_PASSWORD_AUTH & ENABLE_CLI_INTERACT_AUTH to avoid
its use (and rely on pubkey auth), but the link still fails because
the support file calls getpass.  do not define this func if both of
those auth methods are not used.
parent 5f97d0fb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment