PKGBUILDs/community/x11-ssh-askpass/x11-ssh-askpass.sh
2009-10-09 21:15:33 -05:00

11 lines
263 B
Bash
Executable file

#
# /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.