summarylogtreecommitdiffstats
path: root/gnome-ssh-askpass2.sh
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-ssh-askpass2.sh')
-rw-r--r--gnome-ssh-askpass2.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/gnome-ssh-askpass2.sh b/gnome-ssh-askpass2.sh
new file mode 100644
index 000000000000..be78a0b2260f
--- /dev/null
+++ b/gnome-ssh-askpass2.sh
@@ -0,0 +1,10 @@
+#
+# /etc/profile.d/gnome-ssh-askpass2
+#
+
+if [ -f "/usr/lib/ssh/gnome-ssh-askpass2" ] ; then
+ SSH_ASKPASS="/usr/lib/ssh/gnome-ssh-askpass2"
+ export SSH_ASKPASS
+fi
+
+# /etc/profile.d/gnome-ssh-askpass2 ends here.