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.75k stars 103 forks source link

[文档问题] 说明文档里描述的rzsz文件传输,怎么使用呢? #130

Closed cffycls closed 4 months ago

cffycls commented 4 months ago

tssh 登录服务器后,内置支持 trzsz ( trz / tsz ) 工具,传文件无需另外新开窗口。

比如本机是windows11,目标机器是Debian12的。使用tssh连接上debian后,发现:

# 我在对目标机器也安装tssh后,仍然如此

 ~# sz
-bash: sz: command not found
~# tsz
-bash: tsz: command not found

? 是怎么内置、支持的啊

lonnywong commented 4 months ago

分服务端和客户端,内置是指客户端内置了。在服务器上要安装 trzsz ( trz / tsz ) 或 lrzsz ( rz / sz )。

cffycls commented 4 months ago

分服务端和客户端,内置是指客户端内置了。在服务器上要安装 trzsz ( trz / tsz ) 或 lrzsz ( rz / sz )。

嗯,我在服务端手动安装 sudo apt install trzsz 就可以了

cffycls commented 4 months ago

说明其实没有内置吧

lonnywong commented 4 months ago

看你怎么理解,本来客户端 ssh 是不支持 trzsz 的,tssh 可以看作是 ssh + trzsz 的客户端,内置了客户端,没有内置服务端。