"ssh-agent" lingers after close of msys window
Categories
(Firefox Build System :: MozillaBuild, task)
Tracking
(Not tracked)
People
(Reporter: swsnyder, Assigned: mhentges)
References
Details
(Whiteboard: [Workaround: Use "ssh-agent -k" to stop the process])
Comment 1•17 years ago
|
||
Comment 2•17 years ago
|
||
Comment 3•17 years ago
|
||
Comment 4•17 years ago
|
||
Comment 5•17 years ago
|
||
Comment 6•14 years ago
|
||
Comment 7•14 years ago
|
||
Comment 8•11 years ago
|
||
| Assignee | ||
Comment 9•4 years ago
|
||
This will likely be solved by embracing the SSH client embedded into Windows itself.
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 10•4 years ago
|
||
As of the MSYS2 migration, there's no longer a new ssh-agent process for every new MozillaBuild terminal opened.
However, it still doesn't close the last one created when the terminal shuts off.
but I'm not sure what would need to be done to auto-kill ssh-agent when the terminal is closed.
I feel the same way: I'm not sure the best of rectifying this, or if it even makes to.
There's still the downside of MozillaBuild files being "in use" even after the terminal is closed (even then, this shouldn't hardly affect anyone unless they're uninstalling/reinstalling MozillaBuild).
Defaulting to Windows' SSH will resolve this issue further, since we're letting Windows manage the ssh-agent lifecycle instead.
TL;DR: I don't think this is worth fixing, because now there's at most one ssh-agent.exe, and even that will only be created if your Windows doesn't have SSH built-in.
Updated•3 years ago
|
Description
•