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