身份验证成功后 Jenkins 连接关闭

Jenkins connection closed after authentication succesful

正在尝试将 linux 节点配置到我的 windows master Jenkins,验证成功后抛出以下错误

SSH connection reports a garbage before a command execution.
Check your .bashrc, .profile, and so on to make sure it is quiet.
The received junk text is as follows:
/usr/bin/id: cannot find name for group ID ******

null

查看错误,SSH 似乎失败了,因为目标 Linux 节点中不存在该组。

验证 Jenkins Windows master 上的 SSH 用户组,SSH 正在使用 Linux 节点

确保 SSH 用户存在于 Linux 节点上,并且它是 Windows 中出现的组的成员。

如果 Linux 节点与 Windows 主节点相比有任何缺失的组,那么您需要创建它们。

请让我知道下一步故障排除的结果。