From: Silvio Rhatto Date: Tue, 4 Apr 2017 15:51:22 +0000 (-0300) Subject: SSH_ASKPASS config X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=fcbd34d06a5f00af81ec20eaaf4de8fb3f062fdc;p=rhatto%2Fdotfiles%2Fxsession.git SSH_ASKPASS config --- diff --git a/xsessionrc.dot.link b/xsessionrc.dot.link index 4808896..4e2f293 100755 --- a/xsessionrc.dot.link +++ b/xsessionrc.dot.link @@ -115,6 +115,12 @@ if [ -x "/usr/bin/unclutter" ]; then /usr/bin/unclutter & fi +# Custom SSH_ASKPASS config +# See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=606934 +#export SSH_ASKPASS="/usr/bin/ssh-askpass-fullscreen" +#export SSH_ASKPASS="/usr/lib/pssh/pssh-askpass" +#export SSH_ASKPASS="" + # Start window manager if [ "$OSVERSION" = "7" ] || [ "$START_WINDOW_MANAGER" = "true" ]; then $WINDOW_MANAGER