From 7131a4280fa0a8ac396373dfe6da511a16c161ff Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Wed, 15 Apr 2026 12:26:57 +0100 Subject: Added ssh-askpass to give a pinentry-qt popup --- .local/bin/ssh-askpass | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 .local/bin/ssh-askpass (limited to '.local') diff --git a/.local/bin/ssh-askpass b/.local/bin/ssh-askpass new file mode 100755 index 0000000..412eff0 --- /dev/null +++ b/.local/bin/ssh-askpass @@ -0,0 +1,16 @@ +#!/bin/sh +# Remember to export SSH_ASKPASS=~/.local/bin/ssh-askpass +RESULT=$(pinentry-qt --ttytype=xterm-color --lc-ctype=en_US.UTF8 --ttyname=/dev/tty 2>/dev/null <