[openssh-commits] [openssh] branch master updated (857f49e9 -> b497e920)
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Nov 18 15:22:42 AEDT 2019
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from 857f49e9 Move ifdef OPENSSL_HAS_ECC.
new b497e920 Teach the GTK2/3 ssh-askpass the new prompt hints
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit b497e920b409250309c4abe64229237b8f2730ba
Author: Damien Miller <djm at mindrot.org>
Date: Mon Nov 18 15:05:04 2019 +1100
Teach the GTK2/3 ssh-askpass the new prompt hints
ssh/ssh-agent now sets a hint environment variable $SSH_ASKPASS_PROMPT
when running the askpass program. This is intended to allow the
askpass to vary its UI across the three cases it supports: asking for
a passphrase, confirming the use of a key and (recently) reminding
a user to touch their security key.
This adapts the gnome-ssh-askpass[23] to use these hints. Specifically,
for SSH_ASKPASS_PROMPT=confirm it will skip the text input box and show
only "yes"/"no" buttons. For SSH_ASKPASS_PROMPT=none (used to remind
users to tap their security key), it shows only a "close" button.
Help wanted: adapt the other askpass programs in active use, including
x11-ssh-askpass, lxqt-openssh-askpass, etc.
Summary of changes:
contrib/gnome-ssh-askpass2.c | 115 +++++++++++++++++++++++++++----------------
1 file changed, 72 insertions(+), 43 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list