JMeter向麒麟系统服务器上传文件,算法不兼容问题,如何解决
JMeter执行本地windos,向麒麟操作系统的服务器上传文件,遇到加密算法不兼容报错,调试大半天都没有解决
问题1,SSH command--测试在服务器上面创建一个文件夹都不行

```bash
Sample Start:1970-01-01 08:00:00 CST
Load time:0
Connect Time:0
Latency:0
Size in bytes:0
Sent bytes:0
Headers size in bytes:0
Body size in bytes:0
Sample Count:1
Error Count:1
Data type ("text"|"bin"|""):text
Response code:Connection Failed
Response message:Failed to connect to server: Algorithm negotiation fail
SampleResult fields:
ContentType: text/plain
DataEncoding: null
问题2,JSR223 Sampler_--通过脚本向服务器上传文件,也报错。
jsch-0.1.55.jar 已经是最新版本了,
通过调用WinSCP、pscp.exe直接卡死
有没有遇到同样问题的大佬?