trzsz / trzsz-ssh

trzsz-ssh ( tssh ) is an ssh client designed as a drop-in replacement for the openssh client. It aims to provide complete compatibility with openssh, mirroring all its features, while also offering additional useful features. Such as login prompt, batch login, remember password, automated interaction, trzsz, zmodem(rz/sz), udp mode like mosh, etc.
https://trzsz.github.io/ssh
MIT License
1.74k stars 102 forks source link

UDP模式闲置一小段时间就会卡住 #122

Closed lifei closed 4 months ago

lifei commented 4 months ago

使用下面👇的命令

tssh --reconnect --udp s003

闲置一段时间就没有任何响应了。

在server端kill -9 tsshd后,客户端将被断开。

lonnywong commented 4 months ago

已修复:https://github.com/trzsz/trzsz-ssh/issues/117#issuecomment-2198416424

另外,--reconnect 不是用在 --udp 的场景下的,是与 -f 后台运行一起用的,一般用于端口转发(不登录)的场景。