Also set SSH_ASKPASS_REQUIRE=prefer

Without this, `ssh-add` will continue to ask in a terminal window rather
than going through ksshaskpass, which we pre-install.

Related to #555
This commit is contained in:
Nate Graham
2026-04-29 12:42:01 -06:00
parent 74b299a3b7
commit ea2ee0df31

View File

@@ -3,6 +3,6 @@
# Some GUI applications, such as Dolphin Git integration, ask for
# SSH password during use. This lets those applications to know what
# our GUI tool for it is.
# our GUI tool for it is, and asks them to use it.
SSH_ASKPASS=/usr/bin/ksshaskpass
SSH_ASKPASS_REQUIRE=prefer