Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSH登录服务器的时候出现 SSH2错误:Unknown LIBSSH2 ERROR. #38

Open
pomfei opened this issue Jun 4, 2024 · 5 comments
Open
Labels
bug Something isn't working question Further information is requested

Comments

@pomfei
Copy link

pomfei commented Jun 4, 2024

Describe the bug
使用SSH 登录服务器的时候弹出SSH2错误的对话框,关掉对话框 再次登录可以完成

To Reproduce
Steps to reproduce the behavior:
1.点击会话 选择服务器 登录
2.出现SSH2错误对话框

SSH2错误:
Unknown LIBSSH2 ERROR.

程序版本
版本
V0.4.6
提交
V0.4.6-0-gced4472a35
日期
2024-05-26T00:30:55.017Z (9 days ago)

@QQxiaoming QQxiaoming added the bug Something isn't working label Jun 4, 2024
@pomfei
Copy link
Author

pomfei commented Jun 5, 2024

同样的版本在另一台电脑安装没有复现
出现问题的电脑有运行深信服的easyconnect软件 和 clash for windows

关掉clash for windows 依旧会出现

@pomfei
Copy link
Author

pomfei commented Jun 7, 2024

Update:
没有安装easyconnect软件那台也出现了这个问题

@QQxiaoming
Copy link
Owner

Hi @pomfei 这个问题目前很难排查原因,如果你能帮我抓取到更多的调试log也许能有些帮助。

quardCRT打开调试信息的方法:

  • 找到配置ini文件,可以通过下图方法找到
    2024-06-11_11-24

  • 打开该配置文件在最后增加以下内容,DebugLogFile是指定保存log的路径

[Debug]
DebugLevel=0
DebugLogFile=/home/qqm/QuardCRT_Log
DebugMode=true

如下图示例

2024-06-11_11-26

  • 保存ini文件,之后任何时候运行quardCRT都会输出调试信息,可以在这个模式下复现问题。

PS:如需关闭debug模式只需要将DebugMode=true修改为DebugMode=false

@QQxiaoming QQxiaoming added the question Further information is requested label Jun 11, 2024
@starrykg
Copy link

starrykg commented Aug 22, 2024

我重新安装https://github.com/libssh2/libssh2/releases 后正常运行

@QQxiaoming
Copy link
Owner

我重新安装https://github.com/libssh2/libssh2/releases 后正常运行

Hi @starrykg 目前quardCRT中的libssh2应该是最新的libssh2-1.11.0版本,我一直不能很好的复现一些issue中提到的问题,如果您重新构建libssh2能解决遇到的问题,能否麻烦您分享下您的构建log以供参考对比,非常感谢!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants