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

All processes are terminated when last bash window closed #1263

Closed
gczuczy opened this issue Oct 24, 2016 · 2 comments
Closed

All processes are terminated when last bash window closed #1263

gczuczy opened this issue Oct 24, 2016 · 2 comments

Comments

@gczuczy
Copy link

gczuczy commented Oct 24, 2016

When the last Bash window is closed, all the linux processes are terminated, including daemons, like sshd, or ssh-agent. I think background processes should be kept alive across sessions.

Windows versions: Microsoft Windows [Version 10.0.14393]

Reproduction: launch ssh-agent, close all the bash windows, start a new one, look for the already started daemon.
OR: start sshd, ssh into the linux subsystem, close all bash windows, and your ssh session will terminate.

@fpqc
Copy link

fpqc commented Oct 24, 2016

By design for now. Once they open up the COM interface, you could probably program it to control an instance with something like a tray icon.

@stehufntdev
Copy link
Collaborator

Thanks for reporting the issue. There's a few related posts on this so closing it out as a duplicate. Please see #834 and #1007 for more details.

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

No branches or pull requests

3 participants