blob: 0834c0f4501605b37f083d9ee34d92a026766ff8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#
# /etc/profile.d/gnome-ssh-askpass4
#
if [ -f "/usr/lib/ssh/gnome-ssh-askpass4" ] ; then
SSH_ASKPASS="/usr/lib/ssh/gnome-ssh-askpass4"
export SSH_ASKPASS
fi
# /etc/profile.d/gnome-ssh-askpass4 ends here.
|