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

Problem with Windows OpenSSH agent lifetime #226

Closed
dlech opened this issue Apr 15, 2018 · 2 comments
Closed

Problem with Windows OpenSSH agent lifetime #226

dlech opened this issue Apr 15, 2018 · 2 comments

Comments

@dlech
Copy link
Owner

dlech commented Apr 15, 2018

from @markschuh #207 (comment)

There remains only one nuisance for me: Deactivation of the flag does not stop KeeAgent to provide the "openssh-ssh-agent" pipe. An error message "Windows OpensSSH agent is already running." pops up during each close of KeeAgent Global Options dialogue after first activation. But it is KeeAgent itself, which does not stop using the pipe, when instructed to do. I assume, this may be caused by "listeningServer = null;" in line 72 of SshAgentLib/WindowsOpenSshPipe.cs, while stop also references to this variable.

@ralish
Copy link

ralish commented Aug 7, 2021

Merging the above referenced PR will fix this issue (the issue is in SshAgentLib versus the KeeAgent extension itself).

@dlech dlech closed this as completed Feb 3, 2022
@dlech
Copy link
Owner Author

dlech commented Feb 3, 2022

Fixed in dlech/SshAgentLib@55ffc83

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

Successfully merging a pull request may close this issue.

2 participants