]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blob - openssh/patches/openssh-4.3p2-askpass-grab-info.patch
Merge remote-tracking branch 'maniacikarus/ids'
[people/pmueller/ipfire-3.x.git] / openssh / patches / openssh-4.3p2-askpass-grab-info.patch
1 --- openssh-4.3p2/contrib/gnome-ssh-askpass2.c.grab-info 2006-07-17 15:10:11.000000000 +0200
2 +++ openssh-4.3p2/contrib/gnome-ssh-askpass2.c 2006-07-17 15:25:04.000000000 +0200
3 @@ -65,9 +65,12 @@
4 err = gtk_message_dialog_new(NULL, 0,
5 GTK_MESSAGE_ERROR,
6 GTK_BUTTONS_CLOSE,
7 - "Could not grab %s. "
8 - "A malicious client may be eavesdropping "
9 - "on your session.", what);
10 + "SSH password dialog could not grab the %s input.\n"
11 + "This might be caused by application such as screensaver, "
12 + "however it could also mean that someone may be eavesdropping "
13 + "on your session.\n"
14 + "Either close the application which grabs the %s or "
15 + "log out and log in again to prevent this from happening.", what, what);
16 gtk_window_set_position(GTK_WINDOW(err), GTK_WIN_POS_CENTER);
17 gtk_label_set_line_wrap(GTK_LABEL((GTK_MESSAGE_DIALOG(err))->label),
18 TRUE);