From c436b67918be2cb63c74de98b617329f13f62ed3 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