We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f76fca1 + 26b072e commit 67461f8Copy full SHA for 67461f8
1 file changed
askpass/askpass.go
@@ -42,6 +42,7 @@ var (
42
// Default ASKPASS programs
43
SSH_ASKPASS_DEFAULTS = []string{
44
"/usr/lib/ssh/x11-ssh-askpass",
45
+ "/usr/lib/ssh/gnome-ssh-askpass4",
46
"/usr/lib/ssh/gnome-ssh-askpass3",
47
"/usr/lib/ssh/gnome-ssh-askpass",
48
"/usr/libexec/openssh/gnome-ssh-askpass",
0 commit comments