search for: ssh_askpass_prompt

Displaying 5 results from an estimated 5 matches for "ssh_askpass_prompt".

2019 Nov 18
2
help wanted: update ssh-askpass programs for new U2F / prompt hints
...d kill the reminder as soon as they do). So the existing text box with okay/cancel buttons used by the usual askpass dialogs wasn't a great fit. This was the motivation for extending the interface. Now, ssh/ssh-agent may set an additional environment variable when running the askpass program: $SSH_ASKPASS_PROMPT. If the value is not set, then we want the original passphrase prompt. If the environment variable is set to "confirm", then this is a hint to display a dialog for key confirmation (i.e. "ssh-add -c"). The U2F case is supported by SSH_ASKPASS_PROMPT=none - which hints to the ask...
2019 Nov 20
2
help wanted: update ssh-askpass programs for new U2F / prompt hints
...ng text >> box with okay/cancel buttons used by the usual askpass dialogs wasn't >> a >> great fit. This was the motivation for extending the interface. >> >> Now, ssh/ssh-agent may set an additional environment variable when >> running the askpass program: $SSH_ASKPASS_PROMPT. If the value is not >> set, then we want the original passphrase prompt. If the environment >> variable is set to "confirm", then this is a hint to display a dialog >> for key confirmation (i.e. "ssh-add -c"). The U2F case is supported >> by >> SSH...
2020 Aug 07
0
[Bug 1542] Send echo on/off flag to SSH_ASKPASS
...|Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #25 from Damien Miller <djm at mindrot.org> --- OpenSSH 8.2 sets a $SSH_ASKPASS_PROMPT environment variable that passes context through to the askpass program. The contrib/gnome-ssh-askpass[23] helper has been updated to use it too. -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
2020 Sep 27
0
Announce: OpenSSH 8.4 released
....0. Note that use of an older library will result in the loss of certain features including resident key support, PIN support and support for multiple attached tokens. * configure fixes for XCode 12 * gnome-ssh-askpass3: ensure the "close" button is not focused by default for SSH_ASKPASS_PROMPT=none prompts. Avoids space/enter accidentally dismissing FIDO touch notifications. * gnome-ssh-askpass3: allow some control over textarea colour via $GNOME_SSH_ASKPASS_FG_COLOR and $GNOME_SSH_ASKPASS_BG_COLOR environment variables. * sshd(8): document another PAM spec problem in a frus...
2020 Sep 20
13
Call for testing: OpenSSH 8.4
....0. Note that use of an older library will result in the loss of certain features including resident key support, PIN support and support for multiple attached tokens. * configure fixes for XCode 12 * gnome-ssh-askpass3: ensure the "close" button is not focused by default for SSH_ASKPASS_PROMPT=none prompts. Avoids space/enter accidentally dismissing FIDO touch notifications. * gnome-ssh-askpass3: allow some control over textarea colour via $GNOME_SSH_ASKPASS_FG_COLOR and $GNOME_SSH_ASKPASS_BG_COLOR environment variables. * sshd(8): document another PAM spec problem in a frus...