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