trzsz-ssh icon indicating copy to clipboard operation
trzsz-ssh copied to clipboard

trzsz-ssh ( tssh ) is an alternative to ssh client, offers additional useful features, such as login prompt, trzsz ( trz / tsz ), batch login, remember password, zmodem ( rz / sz ), etc.

Results 20 trzsz-ssh issues
Sort by recently updated
recently updated
newest added

``` #OpenSSH -R with OpenSSH -J works! #`ssh -v rn` or `ssh -v -R test:22:10.161.115.160:22 [email protected]` #`ssh -v rc` or `ssh -v -R test:22:10.161.115.160:22 [email protected]` # then #`ssh -v jn`...

我在Windows OS使用tssh代替ssh,来使用rz sz功能。 可不可以添加X11 Forwarding功能,目前还只能使用 ssh -Y

在win上,mintty内用tssh连接远程的Linux服务器,当按下Ctrl-C组合键时,tssh整个直接退出了。 使用ssh时,只会中断远程Linux服务器当前运行的程序。 tssh的这个行为是符合预期的吗?有什么办法只是终止Linux服务器上的程序?

Hi @lonnywong, 1stly, thx again for the great software opened soure. and i just found a repo https://github.com/rhysd/go-github-selfupdate.git on selfupdate, could we schdule a new feature base on this?

创建软链接 ``` sudo ln -sv $(which tssh) /usr/local/bin/ssh ``` 使用 `rsync` 连接服务器进行文件传输后,报错 ``` protocol version mismatch -- is your shell clean? (see the rsync man page for an explanation) rsync...

今天在[bubbletea](https://github.com/charmbracelet/bubbletea)库的示例中, 看到一个非常漂亮进度条, 如下图. 有没有可能在tssh中美化成这种进度条 ![image](https://camo.githubusercontent.com/97e0eb49e313c941097589be47067761984c341876012b1c0aafc16b049dbd32/68747470733a2f2f73747566662e636861726d2e73682f627562626c657465612f627562626c657465612d6578616d706c652e676966)

对于ed25519_sk这样的fido2 ssh密钥,目前程序无法支持 ``` Warning: parse private key [/home/xxx/.ssh/id_ed25519_sk] failed: ssh: unhandled key type ``` 类似于https://github.com/masahide/OmniSSHAgent/issues/37#issuecomment-1666398322 临时解决方案:`ssh-add`

linux环境,终端 kitty 和 foot 最近 tssh 连接后,存在样式不对、行首多一个问号、退格变成空格等问题。修改环境变量 TERM=xterm 可以解决。 但如果仅在 .ssh/config 中设置 `SetEnv TERM=xterm` 此时,本地终端 `echo $TERM` 返回 xterm-kitty (或foot) 1. 使用普通ssh连接,变量 TERM=xterm 成功传递到了服务器,echo $TERM 返回 xterm; 2. 使用tssh连接,变量 TERM=xterm...

warp v0.2024.03.19.08.01.stable_01 trzsz ssh 0.1.19 macos 14.3 (23D56) 按照文档 Trouble shooting 部分,执行了 `sudo ln -sv $(which tssh) /usr/local/bin/ssh` 并且验证了 `ssh -V` 是 tssh 而不是 ssh。 当执行 `ssh user@ip` 时,warp 的...