diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-12-17 20:30:05 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-12-17 20:30:05 +0000 |
commit | 24b5c37b29fe16a9e6a8a11ad01b2d5597a1949f (patch) | |
tree | d9e3475bfe43b1837d09ed61cd754a12ce4df73d /.local/bin | |
parent | 45f172a15e92087cdbf9bfe3f9c496bfa17ffe3e (diff) |
Tidy up.
Diffstat (limited to '.local/bin')
-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 |