mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #729] ssh连接linux时,如果使用rz命令则窗口出现假死状态 #1562
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#1562
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vista85 on GitHub (Oct 22, 2024).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/729
Originally assigned to: @VShawn on GitHub.
当linux安装了lrzsz软件包时,意味着ssh可以输入rz进行上传文件到linux上,或者输入sz下载文件到windows本地,
yum install lrzsz
当使用SSH连接到linux后,输入rz会出现假死状态,没有弹出文件选择窗口
[root@Client1 ~]#
[root@Client1 ~]#
[root@Client1 ~]#
[root@Client1 ~]#
[root@Client1 ~]# rz
▒z waiting to receive.**B0100000023be50
@VShawn commented on GitHub (Oct 23, 2024):
请查阅 kitty 如何/是否支持 rz 命令,由于我本人不需要用到这个命令,所以不清楚是否支持。如果不支持,你可以尝试把 1Remote 的 ssh 终端改为 powershell。
@VShawn commented on GitHub (Oct 23, 2024):
sorry 我尝试使用 powershell rz命令, 也是会卡死,上面切换到 powershell 的建议无法解决你的问题。
@vista85 commented on GitHub (Oct 23, 2024):
像主流终端工具,例如SecureCRT,Xshell工具都可以支持这个弹出窗口,希望咱们支持这个功能。
@VShawn commented on GitHub (Nov 6, 2024):
研究了一段时间,觉得这个不是本人能解决的问题,需要有SSH终端开发能力的人来做这个事。于是,本ticket将被无限期搁置。