Description: remove gaskpass, which does not grab focus like gnome-ssh-askpass (allowing eavesdropping on the keyboard input stream)
Author: Ryan Niebur
Bug-Ubuntu: https://launchpad.net/bugs/276534

--- a/src/fnssht.c
+++ b/src/fnssht.c
@@ -60,7 +60,7 @@
 			break;
 		case 0: //child
 			//set the ASKPASS env var
-			setenv("SSH_ASKPASS", "gaskpass", 1);
+			setenv("SSH_ASKPASS", "/usr/lib/openssh/gnome-ssh-askpass", 1);
 			//dup stderr so our parent can read it
 			dup2(fd[1], fileno(stderr));
 			close(fd[0]);
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-SUBDIRS = src gAskpass po
+SUBDIRS = src po
 
 EXTRA_DIST = \
 	autogen.sh \
--- a/Makefile.in
+++ b/Makefile.in
@@ -175,7 +175,7 @@
 sharedstatedir = @sharedstatedir@
 sysconfdir = @sysconfdir@
 target_alias = @target_alias@
-SUBDIRS = src gAskpass po
+SUBDIRS = src po
 EXTRA_DIST = \
 	autogen.sh \
 	gSTM.glade \
