On my Arch Linux virt-manager can not connect remote ssh and tells about installing ssh-askpass. As I wan't to use the gnome default seahorse, I was looking for a solution which I didn't find on the web.
Asked
Active
Viewed 1,427 times
2 Answers
1
What binary is invoked depends on the SSH_ASKPASS
environment variable. You can set it to your seahorse askpass in you rc files, instead of linking on to the other.
export SSH_ASKPASS=/usr/lib/seahorse/seahorse-ssh-askpass

Jakuje
- 9,715
- 2
- 42
- 45
0
I simply made a link from seahorse-ssh-askpass to ssh-askpass:
ln -s /usr/lib/seahorse/seahorse-ssh-askpass /usr/lib/ssh/ssh-askpass

Ulrich-Lorenz Schlüter
- 123
- 9