diff options
-rwxr-xr-x | .local/bin/ssh-askpass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/ssh-askpass b/.local/bin/ssh-askpass index d3bbc91..f68c3da 100755 --- a/.local/bin/ssh-askpass +++ b/.local/bin/ssh-askpass @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Remember to export SSH_ASKPASS=~/.local/bin/ssh-askpass in your .bashrc +# Remember to export SSH_ASKPASS=~/.local/bin/ssh-askpass RESULT=$(pinentry-curses --ttytype=xterm-color --lc-ctype=en_US.UTF8 --ttyname=/dev/tty <<END | grep -E '^(D|ERR)' SETDESC Enter your SSH password: SETPROMPT |