summaryrefslogtreecommitdiff
path: root/testing/seahorse/seahorse-ssh-askpass.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testing/seahorse/seahorse-ssh-askpass.sh')
-rw-r--r--testing/seahorse/seahorse-ssh-askpass.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/seahorse/seahorse-ssh-askpass.sh b/testing/seahorse/seahorse-ssh-askpass.sh
new file mode 100644
index 000000000..04f79d8f2
--- /dev/null
+++ b/testing/seahorse/seahorse-ssh-askpass.sh
@@ -0,0 +1,3 @@
+if [ -z "$SSH_ASKPASS" ] && [ -n "$DISPLAY" ]; then
+ export SSH_ASKPASS=/usr/lib/seahorse/seahorse-ssh-askpass
+fi