From 34ffa30edc8ae60e83c538c5d8809d1981e5a9e5 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Wed, 20 Oct 2021 20:45:53 -0400 Subject: SSH askpass suppport dmenu_askpass has been added and can be used to read in SSH key passwords, useful for if your agent is forwarded. Full support for prompting from security keys, often requiring you to tap the authenticator. This unlike some other askpass variants does not stick around after you tap the button. --- dmenu_askpass | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 dmenu_askpass (limited to 'dmenu_askpass') diff --git a/dmenu_askpass b/dmenu_askpass new file mode 100755 index 0000000..9f61844 --- /dev/null +++ b/dmenu_askpass @@ -0,0 +1,3 @@ +#!/bin/sh +exec <&- +exec dmenu -E -p "${1:-OpenSSH Passphrase: }" -- cgit v1.2.3