request: set SSH_ASKPASS

Report Bugs, Issues and non- package Requests
Message
Author
imschmeg
Posts: 533
Joined: Thu Sep 12, 2019 8:32 pm

request: set SSH_ASKPASS

#1 Post by imschmeg »

I noticed that MX comes bundled with /usr/lib/openssh/gnome-ssh-askpass, but does not set the SSH_ASKPASS env var to anything. My request is to have SSH_ASKPASS set to /usr/lib/openssh/gnome-ssh-askpass on installation of MX.

Thanks.

User avatar
fehlix
Developer
Posts: 12928
Joined: Wed Apr 11, 2018 5:09 pm

Re: request: set SSH_ASKPASS

#2 Post by fehlix »

imschmeg wrote: Wed Oct 30, 2019 2:34 pm MX comes bundled with /usr/lib/openssh/gnome-ssh-askpass, but does not set the SSH_ASKPASS env var to anything.
Just add this line
SSH_ASKPASS=/usr/lib/openssh/gnome-ssh-askpass
to
/etc/environment
so it will be available after reboot.

imschmeg
Posts: 533
Joined: Thu Sep 12, 2019 8:32 pm

Re: request: set SSH_ASKPASS

#3 Post by imschmeg »

Yes, I can set SSH_ASKPASS myself. And it isn't that big a deal to figure out which if any ssh-askpass app MX bundles. But, I do have an app that depends on SSH_ASKPASS being set, and if an MX update came through with a different ssh-askpass app, it would be nice if MX arranged for SSH_ASKPASS to be set to point to it. Now, if MX didn't bundle any, then I would consider that license to choose my own and its package installation hooks would probably set SSH_ASKPASS appropriately. But since MX does bundle in the openssh gnomish one, why not make it automatically reachable by apps that use SSH_ASKPASS just for that purpose?

It's a minor thing, true. Probably not worth the keystrokes I used up....

Post Reply

Return to “Bugs and Non-Package Requests Forum”