Blame SOURCES/openssh-4.3p2-askpass-grab-info.patch

f09e2e
--- openssh-4.3p2/contrib/gnome-ssh-askpass2.c.grab-info	2006-07-17 15:10:11.000000000 +0200
f09e2e
+++ openssh-4.3p2/contrib/gnome-ssh-askpass2.c	2006-07-17 15:25:04.000000000 +0200
f09e2e
@@ -65,9 +65,12 @@
f09e2e
 	err = gtk_message_dialog_new(NULL, 0,
f09e2e
 				     GTK_MESSAGE_ERROR,
f09e2e
 				     GTK_BUTTONS_CLOSE,
f09e2e
-				     "Could not grab %s. "
f09e2e
-				     "A malicious client may be eavesdropping "
f09e2e
-				     "on your session.", what);
f09e2e
+				     "SSH password dialog could not grab the %s input.\n"
f09e2e
+				     "This might be caused by application such as screensaver, "
f09e2e
+				     "however it could also mean that someone may be eavesdropping "
f09e2e
+				     "on your session.\n"
f09e2e
+				     "Either close the application which grabs the %s or "
f09e2e
+				     "log out and log in again to prevent this from happening.", what, what);
f09e2e
 	gtk_window_set_position(GTK_WINDOW(err), GTK_WIN_POS_CENTER);
f09e2e
 	gtk_label_set_line_wrap(GTK_LABEL((GTK_MESSAGE_DIALOG(err))->label),
f09e2e
 				TRUE);