PKGBUILDs/community/x11-ssh-askpass/x11-ssh-askpass.sh

12 lines
263 B
Bash
Raw Normal View History

2009-10-10 02:15:33 +00:00
#
# /etc/profile.d/ssh-x11-askpass.sh
#
# Maintained by Charles Mauch <cmauch@gmail.com>
if [ -f "/usr/lib/openssh/x11-ssh-askpass" ] ; then
SSH_ASKPASS="/usr/lib/openssh/x11-ssh-askpass"
export SSH_ASKPASS
fi
# /etc/profile.d/ssh-x11-askpass.sh ends here.