您的位置:首页 > 其它

SCP 从堡垒机DUMP文件 密码错误解决办法

2017-08-08 16:51 2076 查看
使用 SCP 命令从服务器DUMP文件,遇到如下报错

1.样例 A

    <event seq="110" time="2017-08-08 16:38:46.633244 +0800" app="BvSshServer 5.60" name="W_LOGON_AUTH_FAILED" desc="User authentication failed.">

    <session id="1031" remoteAddress="IPAddr:PortId"/>

    <authentication attemptNr="3" userName="Manu" method="password"/>

    <parameters failureReason="BadCredentials"/>

    <help message="Unknown user name or incorrect password."/>

  </event>

2. 样例 B

  <event seq="87" time="2017-08-08 16:29:22.562444 +0800" app="BvSshServer 5.60" name="W_LOGON_AUTH_FAILED" desc="User authentication failed.">

    <session id="1028" remoteAddress="10.101.30.42:27395"/>

    <authentication attemptNr="2" userName="Manu" method="password"/>

    <parameters failureReason="WindowsAccountLookupError"/>

    <error type="Exception" message="Account lookup failed: [Nt4] First LookupAccountName() for 'Manu' failed with the following error: Windows error 1332: 帐户名与安全标识间无任何映射完成。"/>

    <help message="The supplied user name could not be looked up. Only the GSSAPI authentication method can proceed at this point."/>

  </event>

原因在于Win7客户管理自身出了问题

此时,变更本机管理 用户和组 之中确认全名和用户名即可。

处理方式,详见链接
https://jingyan.baidu.com/article/915fc41487b69151384b2050.html
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
相关文章推荐