repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 19 16:10:29 UTC 2012
[aur-mirror.git]
/
x11-ssh-askpass
/
x11-ssh-askpass.sh
blob
f1fb996fd54e715c54cd9c223b70efacef1bf3cc
1
#
2
# /etc/profile.d/ssh-x11-askpass.sh
3
#
4
# Maintained by Charles Mauch <cmauch@gmail.com>
5
6
if
[
-f
"/usr/lib/openssh/x11-ssh-askpass"
] ;
then
7
SSH_ASKPASS
=
"/usr/lib/openssh/x11-ssh-askpass"
8
export
SSH_ASKPASS
9
fi
10
11
# /etc/profile.d/ssh-x11-askpass.sh ends here.