Skip to content

Commit 67461f8

Browse files
committed
Merge remote-tracking branch 'origin/pull/129'
* origin/pull/129: askpass: add gnome-ssh-askpass4 to search list Signed-off-by: Morten Linderud <morten@linderud.pw>
2 parents f76fca1 + 26b072e commit 67461f8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

askpass/askpass.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ var (
4242
// Default ASKPASS programs
4343
SSH_ASKPASS_DEFAULTS = []string{
4444
"/usr/lib/ssh/x11-ssh-askpass",
45+
"/usr/lib/ssh/gnome-ssh-askpass4",
4546
"/usr/lib/ssh/gnome-ssh-askpass3",
4647
"/usr/lib/ssh/gnome-ssh-askpass",
4748
"/usr/libexec/openssh/gnome-ssh-askpass",

0 commit comments

Comments
 (0)