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 | 14 -------------- .local/bin/ssh-askpass.sh | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 14 deletions(-) delete mode 100755 .local/bin/ssh-askpass create mode 100755 .local/bin/ssh-askpass.sh diff --git a/.local/bin/ssh-askpass b/.local/bin/ssh-askpass deleted file mode 100755 index d3bbc91..0000000 --- a/.local/bin/ssh-askpass +++ /dev/null @@ -1,14 +0,0 @@ -#!/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 <