WindTerm
WindTerm copied to clipboard
WindTerm 2.4.1 cannot connect to a SSH server on the port other than 22
2.4.1版本ssh到linux,若端口不是22,而是其他如60112,则ssh连接不上,其他的工具可以连接上
我没有遇到这个问题,可以自己再检查检查,比如去掉老的配置文件,全新环境下测试。
2.5.0和2.4.1版本ssh到linux,若端口不是22,而是其他如60112,则ssh连接不上,2.4.0版本可以连接上,2.5.0和2.4.1、2.4.0等版本用的都是免安装的zip包
@qwz160
Sorry, I can't reproduce the problem too. Can you collect the logs of version 2.4.0 and 2.4.1 for me to analyze? If you can, please follow the steps below:
- Open the ssh session property dialog.
- In the page
Terminal / Logging, check theLog all session output. - Connect to the host.
- Close the tab or app.
- Open the folder
WindTerm-Install-Path/.wind/profiles/default.v10/terminal/logs/Session-Name - Confirm that the latest log file exists.
- Upload your log file in your comment here. You can zip it before upload.
In addition, the log will not record any private information such as usernames and password, and you can check this before uploading the log file. Thank you.
If any errors are reported during the connection of the 2.4.1 version, you can also post them together.
这是2.5.0版本的日志
------------------ 原始邮件 ------------------ 发件人: "kingToolbox/WindTerm" @.>; 发送时间: 2022年5月23日(星期一) 中午11:57 @.>; @.@.>; 主题: Re: [kingToolbox/WindTerm] WindTerm 2.4.1 cannot connect to a SSH server on the port other than 22 (Issue #729)
@qwz160 Sorry, I can't reproduce the problem too. Can you collect the logs of version 2.4.0 and 2.4.1 for me to analyze? If you can, please follow the steps below:
Open the ssh session property dialog.
In the page Terminal / Logging, check the Log all session output.
Connect to the host.
Close the tab or app.
Open the folder WindTerm-Install-Path/.wind/profiles/default.v10/terminal/logs/Session-Name
Confirm that the latest log file exists.
Upload your log file in your comment here. You can zip it before upload.
In addition, the log will not record any private information such as usernames and password, and you can check this before uploading the log file. Thank you.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>
[我已经找到解决方法了,就是ssh验证那里,只勾选“尝试密码验证”和“启用SFTP”,其他都不要勾选即
可
[我已经找到解决方法了,就是ssh验证那里,只勾选“尝试密码验证”和“启用SFTP”,其他都不要勾选即
可
我今天碰到个SSH连接不上的问题,也通过这个方法解决了,谢谢