From 9356ccbc0196babcfc2d076ad85a994d79cc0046 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Tue, 17 Dec 2024 22:12:37 +0000 Subject: Changed ssh-askpass to a posix sh script. --- .local/bin/ssh-askpass.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 .local/bin/ssh-askpass.sh (limited to '.local/bin/ssh-askpass.sh') diff --git a/.local/bin/ssh-askpass.sh b/.local/bin/ssh-askpass.sh new file mode 100755 index 0000000..879a882 --- /dev/null +++ b/.local/bin/ssh-askpass.sh @@ -0,0 +1,16 @@ +#!/bin/sh +# Remember to export SSH_ASKPASS=~/.local/bin/ssh-askpass.sh +RESULT=$(pinentry-curses --ttytype=xterm-color --lc-ctype=en_US.UTF8 --ttyname=/dev/tty <