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

type 'ctrl+d' will disconnect all the ssh sessions duplicated #623

Open
vzex opened this issue Mar 30, 2022 · 5 comments
Open

type 'ctrl+d' will disconnect all the ssh sessions duplicated #623

vzex opened this issue Mar 30, 2022 · 5 comments

Comments

@vzex
Copy link

vzex commented Mar 30, 2022

Version: v2.4.0 Prerelease 1

@kingToolbox
Copy link
Owner

Sorry for the late reply.

This may not be a bug. When you press the Ctrl+D key, the session is closed, and since all duplicated channels belong to this session, they are also closed. But I haven't verified it in other SSH clients, if you have other SSH clients, you can try it too.

@vzex
Copy link
Author

vzex commented Apr 2, 2022

I also use tabby, and duplicate session is a very common operation, and the duplicated session is an independent session, they share the same config, but have no relationship

@kingToolbox
Copy link
Owner

Sorry for the late reply.

The independent duplicated session requires a new login and is slower than duplicate the channel, so many users need ControlMaster. Before implementing ControlMaster, WindTerm was also duplicating the independent sessions. 😄

An option will be added in the next release that will allow you whether to use the ControlMaster feature when duplicating the session, or to duplicate a completely independent session. Please stay tuned, thank you.

@vzex
Copy link
Author

vzex commented Apr 18, 2022

Sorry for the late reply.

The independent duplicated session requires a new login and is slower than duplicate the channel, so many users need ControlMaster. Before implementing ControlMaster, WindTerm was also duplicating the independent sessions. 😄

An option will be added in the next release that will allow you whether to use the ControlMaster feature when duplicating the session, or to duplicate a completely independent session. Please stay tuned, thank you.

Got, thanks~

@kingToolbox
Copy link
Owner

This issue has been fixed in the WindTerm_2.5.0 version. In this version, new Duplicate Session has been added to duplicate independent sessions, and the original Duplicate Session has been modified to Duplicate SSH Channel to make it more clear. Please download and try it, thank you.

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

2 participants