From 3058d6df77817de298a207d36b8b0871893c417a Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Tue, 22 Aug 2023 19:35:23 +0100 Subject: Initial commit --- .local/bin/ssh-askpass | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 .local/bin/ssh-askpass (limited to '.local/bin/ssh-askpass') diff --git a/.local/bin/ssh-askpass b/.local/bin/ssh-askpass new file mode 100755 index 0000000..d3bbc91 --- /dev/null +++ b/.local/bin/ssh-askpass @@ -0,0 +1,14 @@ +#!/usr/bin/env bash +# Remember to export SSH_ASKPASS=~/.local/bin/ssh-askpass in your .bashrc +RESULT=$(pinentry-curses --ttytype=xterm-color --lc-ctype=en_US.UTF8 --ttyname=/dev/tty <