remove path for non-functional gnome-aah-askpass. add path for functional ssh-askpass.

This commit is contained in:
itwrx 2023-07-05 17:32:01 -05:00
parent d6070c906e
commit 608d289cdd
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ proc getAskPassPath*(): string =
if fileExists("/usr/libexec/openssh/ssh-askpass"):
askPassPath = "/usr/libexec/openssh/ssh-askpass"
elif fileExists("/usr/lib/openssh/gnome-ssh-askpass"):
askPassPath = "/usr/lib/openssh/gnome-ssh-askpass"
elif fileExists("/usr/lib/ssh/x11-ssh-askpass"):
askPassPath = "/usr/lib/ssh/x11-ssh-askpass"
elif fileExists("/usr/lib/ssh/gtk-ssh-askpass"):
askPassPath = "/usr/lib/ssh/gtk-ssh-askpass"
elif fileExists("/usr/lib/ssh/ssh-askpass"):