You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: