Displaying 2 results from an estimated 2 matches for "b497e92".
2019 Nov 18
2
help wanted: update ssh-askpass programs for new U2F / prompt hints
...orted by
SSH_ASKPASS_PROMPT=none - which hints to the askpass program to just
show a message w/ optional dismiss/close button.
I've implemented this for the GTK+/GNOME askpass implementation
we ship in portable OpenSSH's contrib directory:
https://github.com/openssh/openssh-portable/commit/b497e92
For SSH_ASKPASS_PROMPT=confirm, the gnome-ssh-askpass program will now
only show yes/no buttons (instead of the prior textbox + ok/cancel). For
SSH_ASKPASS_PROMPT=none, it will show just the title and a close button.
I'd like help implementing the equivalent feature for the other askpass
impl...
2019 Nov 20
2
help wanted: update ssh-askpass programs for new U2F / prompt hints
...s to the askpass program to just
>> show a message w/ optional dismiss/close button.
>>
>> I've implemented this for the GTK+/GNOME askpass implementation
>> we ship in portable OpenSSH's contrib directory:
>> https://github.com/openssh/openssh-portable/commit/b497e92
>>
>> For SSH_ASKPASS_PROMPT=confirm, the gnome-ssh-askpass program will
>> now
>> only show yes/no buttons (instead of the prior textbox + ok/cancel).
>> For
>> SSH_ASKPASS_PROMPT=none, it will show just the title and a close
>> button.
>>
>>...