8f2528
diff -up openssh-7.4p1/contrib/gnome-ssh-askpass2.c.grab-info openssh-7.4p1/contrib/gnome-ssh-askpass2.c
8f2528
--- openssh-7.4p1/contrib/gnome-ssh-askpass2.c.grab-info	2016-12-23 13:31:22.645213115 +0100
8f2528
+++ openssh-7.4p1/contrib/gnome-ssh-askpass2.c	2016-12-23 13:31:40.997216691 +0100
8f2528
@@ -65,9 +65,12 @@ report_failed_grab (GtkWidget *parent_wi
8f2528
 	err = gtk_message_dialog_new(GTK_WINDOW(parent_window), 0,
8f2528
 				     GTK_MESSAGE_ERROR,
8f2528
 				     GTK_BUTTONS_CLOSE,
8f2528
-				     "Could not grab %s. "
8f2528
-				     "A malicious client may be eavesdropping "
8f2528
-				     "on your session.", what);
8f2528
+				     "SSH password dialog could not grab the %s input.\n"
8f2528
+				     "This might be caused by application such as screensaver, "
8f2528
+				     "however it could also mean that someone may be eavesdropping "
8f2528
+				     "on your session.\n"
8f2528
+				     "Either close the application which grabs the %s or "
8f2528
+				     "log out and log in again to prevent this from happening.", what, what);
8f2528
 	gtk_window_set_position(GTK_WINDOW(err), GTK_WIN_POS_CENTER);
8f2528
 
8f2528
 	gtk_dialog_run(GTK_DIALOG(err));