Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make pagent.exe path configurable #885

Closed
Timmmm opened this issue Apr 9, 2020 · 4 comments
Closed

Make pagent.exe path configurable #885

Timmmm opened this issue Apr 9, 2020 · 4 comments

Comments

@Timmmm
Copy link

Timmmm commented Apr 9, 2020

The path to pagent.exe (shouldn't it be pageant.exe btw?) is hard-coded as:

var EXEPATH = path.resolve(__dirname, '..', 'util/pagent.exe');

It would be nice if this were configurable, e.g. for use with Webpack and Electron where __dirname is unreliable and weird.

@rathboma
Copy link

Ah, I'm having problems using the pageant ssh agent in my electron app. I wonder if this is why.

Going to experiment and figure out if that's true

@rathboma
Copy link

@Timmmm see #894 . I'm fixing this for Electron use cases

@Daemoen
Copy link

Daemoen commented Nov 16, 2020

@Timmmm @rathboma (Not a developer, but guess I will take a stab at it) -- Unfortunately libssh including pageant mandatorily screws up gpg-agent providing pageant. Any suggestions on how to go about handling this use case? (pageant.exe is literally not used for gpg-agent pageant emulation)

@mscdex
Copy link
Owner

mscdex commented May 29, 2021

Duplicate of #780.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants