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