summarylogtreecommitdiffstats
path: root/gnome-ssh-askpass2.sh
blob: be78a0b2260feacace5468f8fa4465072b78a0e7 (plain)
1
2
3
4
5
6
7
8
9
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.