git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* GIT/SSH_ASKPASS used for username input in https:// URLs
@ 2019-05-06 13:47 Andreas Krey
  2019-05-07  7:36 ` Jeff King
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Krey @ 2019-05-06 13:47 UTC (permalink / raw)
  To: git

Hi everyone,

there is an interesting wart around prompt.c -
PROMPT_ECHO isn't used in invoking an external helper program.

Thus, if I clone something on https (which requires auth for that),
and have SSH_ASKPASS set, I will get two GUI *password* prompts,
even though the first one will indicate in the title that it *is*
asking for the username.

But basically, given the trivial protocol of SSH_ASKPASS, there
doesn't seem to be any way to properly fix this without support
from any desktop environment that sets SSH_ASKPASS. :-(

The best I can currently tell my users is to use the
   [credentials "https:/..."]
configuration to fix the username.

But if we can't fix this, maybe we can at least point this out in the docs?

- Andreas

-- 
"Totally trivial. Famous last words."
From: Linus Torvalds <torvalds@*.org>
Date: Fri, 22 Jan 2010 07:29:21 -0800

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-05-07  7:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-06 13:47 GIT/SSH_ASKPASS used for username input in https:// URLs Andreas Krey
2019-05-07  7:36 ` Jeff King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).