连通性测试通过,但是web连接时 一直显示账号密码错误

JumpServer 版本:2.17.1
docker运行
浏览器版本:chrome 134.0.6998.89
连接目标服务器:阿里云rocky 9.5

连接方式尝试过
密钥连接 提示账号密码错误 + 账号密码连接也有问题
连通性测试结果都为通过。
但是web界面连接时就是失败。

sshd配置文件增加过允许密码访问,接受rsa算法等。

注:jumpserver服务器 通过命令行 ssh 直接连接均可。root gdsa 2个用户均无问题。
网络不存在问题。 且其他服务器均通过密钥连接无问题。
错误信息如下koko.log
2025-03-20 15:20:47 [ERRO] Get new ssh client err: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
2025-03-20 15:20:47 [ERRO] ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
2025-03-20 15:20:47 [ERRO] 开始连接到 gdsa_ssh@10.254.32.36 error: 认证失败(用户名或密码错误)
2025-03-20 15:20:47 [ERRO] Try password: QhMXbmal********
2025-03-20 15:20:47 [ERRO] Ws[fbb51e26-cd9e-4585-93be-40e1616b7f34] read data err: websocket: close 1005 (no status)

sshd.config (复制过可用ecs中的配置文件 依旧不行)
Include /etc/ssh/sshd_config.d/*.conf
AddressFamily any
PubkeyAuthentication yes
AuthorizedKeysFile .ssh/authorized_keys
Subsystem sftp /usr/libexec/openssh/sftp-server
ChallengeResponseAuthentication no
AllowUsers gdsa admin login onlyoffice isvadmin root
UseDNS no
AddressFamily inet
SyslogFacility AUTHPRIV
PermitRootLogin yes
PubkeyAcceptedKeyTypes +ssh-rsa
PasswordAuthentication yes
KexAlgorithms diffie-hellman-group1-sha1,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha1,diffie-hellman-group-exchange-sha256,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group1-sha1,curve25519-sha256@libssh.org