设置jsch登录认证方式,跳过Kerberos身份验证

This commit is contained in:
Looly 2024-04-07 15:35:37 +08:00
parent c96133f017
commit eb98a473af

View File

@ -2,11 +2,12 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.28(2024-04-03)
# 5.8.28(2024-04-07)
### 🐣新特性
* 【core 】 修正XmlUtil的omitXmlDeclaration描述注释issue#I9CPC7@Gitee
* 【core 】 StrUtil增加toStringOrEmpty方法issue#I9CPC7@Gitee
* 【extra 】 设置jsch登录认证方式跳过Kerberos身份验证pr#3530@Github
### 🐞Bug修复