rcolebaugh / rpms / openssh

Forked from rpms/openssh 2 years ago
Clone

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

1d31ef
diff -up openssh-7.4p1/contrib/gnome-ssh-askpass2.c.grab-info openssh-7.4p1/contrib/gnome-ssh-askpass2.c
1d31ef
--- openssh-7.4p1/contrib/gnome-ssh-askpass2.c.grab-info	2016-12-23 13:31:22.645213115 +0100
1d31ef
+++ openssh-7.4p1/contrib/gnome-ssh-askpass2.c	2016-12-23 13:31:40.997216691 +0100
1d31ef
@@ -65,9 +65,12 @@ report_failed_grab (GtkWidget *parent_wi
1d31ef
 	err = gtk_message_dialog_new(GTK_WINDOW(parent_window), 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);
1d31ef
 
1d31ef
 	gtk_dialog_run(GTK_DIALOG(err));