华为新vrp 无法管理资产的问题

jumpserver v3.10.18
连接华为CE6855
dis ver
Huawei Versatile Routing Platform Software
VRP (R) software, Version 8.191 (CE6855HI V200R019C10SPC800)
Copyright (C) 2012-2020 Huawei Technologies Co., Ltd.
HUAWEI CE6855-48S6Q-HI uptime is 1 day, 18 hours, 29 minutes
Patch Version: V200R019SPH058

CE6855-48S6Q-HI(Master) 1 : uptime is 1 day, 18 hours, 28 minutes
StartupTime 2025/06/08 13:00:28
Memory Size : 2048 M bytes
Flash Size : 1024 M bytes
CE6855-48S6Q-HI version information

  1. PCB Version : CEM48S6QP05 VER B
  2. MAB Version : 1
  3. Board Type : CE6855-48S6Q-HI
  4. CPLD1 Version : 102
  5. BIOS Version : 439

SSH 配置项目如下
ssh server cipher aes256_ctr aes128_ctr
ssh server hmac sha2_256_96 sha2_256 sha1_96
ssh server key-exchange dh_group_exchange_sha256 dh_group_exchange_sha1 dh_group14_sha1 ecdh_sha2_nistp256 ecdh_sha2_nistp384 ecdh_sha2_nistp521 sm2_kep

ssh server publickey dsa ecc rsa

ssh server dh-exchange min-len 2048

ssh client publickey dsa ecc rsa

ssh client cipher aes256_gcm aes128_gcm aes256_ctr aes192_ctr aes128_ctr aes256_cbc aes128_cbc 3des_cbc
ssh client hmac sha2_512 sha2_256_96 sha2_256 sha1 sha1_96 md5 md5_96
ssh client key-exchange dh_group_exchange_sha256 dh_group_exchange_sha1 dh_group14_sha1 dh_group1_sha1 ecdh_sha2_nistp256 ecdh_sha2_nistp384 ecdh_sha2_nistp521 sm2_kep

以下是资产测试的结果

任务准备阶段
开始执行任务

PLAY [all] *********************************************************************

TASK [Test asset connection (paramiko)] ****************************************
[WARNING]: Distribution debian 11 on host 兰溪-5J柜 should use /usr/bin/python3,
but is using /opt/py3/bin/python3.11, since the discovered platform python
interpreter was not present. See https://docs.ansible.com/ansible-
core/2.14/reference_appendices/interpreter_discovery.html for more information.
fatal: [兰溪-5J柜]: FAILED! => {“ansible_facts”: {“discovered_interpreter_python”: “/opt/py3/bin/python3.11”}, “changed”: false, “msg”: “Unable to connect to asset: Authentication failed: transport shut down or saw EOF”}

PLAY RECAP *********************************************************************
兰溪-5J柜 : ok=0 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0
Task assets.tasks.ping.test_assets_connectivity_task[63ec8c32-7a63-4ef8-93f9-f2e22b8452e6] succeeded in 62.20537197217345s:None

当ssh server dh-exchange min-len 2048 改成1024 实际资产可以管理,但是测试依然不通过.