aboutsummaryrefslogtreecommitdiff
path: root/X/xinitrc.d/ssh.sh
diff options
context:
space:
mode:
Diffstat (limited to 'X/xinitrc.d/ssh.sh')
-rw-r--r--X/xinitrc.d/ssh.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/X/xinitrc.d/ssh.sh b/X/xinitrc.d/ssh.sh
new file mode 100644
index 00000000..2febe2c6
--- /dev/null
+++ b/X/xinitrc.d/ssh.sh
@@ -0,0 +1,5 @@
+# Set SSH_ASKPASS if we can find one
+if command -v ssh-askpass >/dev/null 2>&1 ; then
+ SSH_ASKPASS=$(command -v ssh-askpass)
+ export SSH_ASKPASS
+fi