]> gitweb.fluxo.info Git - rhatto/dotfiles/xsession.git/commitdiff
SSH_ASKPASS config
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 4 Apr 2017 15:51:22 +0000 (12:51 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 4 Apr 2017 15:51:22 +0000 (12:51 -0300)
xsessionrc.dot.link

index 4808896a6906a4a94af9c6c9d32230404baa11a2..4e2f29392eb852deac459417b142e2364595c549 100755 (executable)
@@ -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