mirror of
https://github.com/KDE/kde-linux.git
synced 2026-05-24 08:16:12 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user