Win32-OpenSSH icon indicating copy to clipboard operation
Win32-OpenSSH copied to clipboard

Support long lived sessions that can survive a disconnect

Open SteveL-MSFT opened this issue 1 year ago • 2 comments
trafficstars

Summary of the new feature / enhancement

On Linux, you can use something like tmux to keep a long lived session, but the equivalent doesn't exist on Windows.

Proposed technical implementation details (optional)

I think how this could work as a new exe for a sshd subsystem that can connect to a registered PowerShell session (either create a new one or connect to existing one). The PowerShell process would have to be decoupled from the sshd created job object and we would probably also need configuration for life of the session so it's not kept up perpetually.

SteveL-MSFT avatar Oct 23 '24 00:10 SteveL-MSFT