kingToolbox / WindTerm

A professional cross-platform SSH/Sftp/Shell/Telnet/Serial terminal.
https://kingtoolbox.github.io
23.49k stars 1.81k forks source link

About copy ssh channel #2262

Open Kinmfer opened 7 months ago

Kinmfer commented 7 months ago

I found that windterm has a problem with SSH channel replication, that is, all copied windows will share a channel, and if any one of the connections is disconnected, it will affect other connections in this channel. I have never encountered this in Tabby or Xshell. Can you please optimize the relevant logic? Thank you very much.

kingToolbox commented 7 months ago

Yes, for a long time the design of this feature has been that disconnecting a channel will disconnect the session that the channel belongs to, which will lead to all open channels in that session being closed simultaneously. Your issue reminded me that perhaps it would be enough to just close that channel. I will try a new implementation approach and release it in version windterm 2.7.0 prerelease 2, so please stay tuned. Thank you very much!

Kinmfer commented 7 months ago

I am really happy to have this feature. I like windterm very much and have recommended it to countless people. Thank you very much!!!