diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-05-23 21:06:34 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-05-23 21:06:34 +0000 |
commit | 1906f5ac82eb087d704fae16bad3c6b77bf124ab (patch) | |
tree | 3eaf81c2ce8502769c899a85b6555cc47ad826cb | |
parent | f8aabcef2df45dc52d74eb44ac7a37c5776a217e (diff) |
Changed ssh-askpass temporarily
-rw-r--r-- | .bashrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -79,7 +79,8 @@ export GDK_BACKEND=wayland export XKB_DEFAULT_LAYOUT=us #export LANG="en_US.UTF-8" #export LC_ALL="en_US.UTF-8" -export SSH_ASKPASS=~/.local/bin/wayprompt-ssh-askpass +#export SSH_ASKPASS=~/.local/bin/wayprompt-ssh-askpass + export SSH_ASKPASS='/home/justine/.local/bin/ssh-askpass' export SSH_ASKPASS_REQUIRE=force export TERMINAL="foot" export SAL_USE_VCLPLUGIN=gtk3 |