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