com.jcraft.jsch.JSchException:连接到我的 MAC 时,身份验证取消

发布于 2024-10-31 20:53:03 字数 337 浏览 0 评论 0原文

我正在使用 ANT 的以下目标从 Win XP 连接到我的 MAC 计算机。

<sshexec host="ip"
         username="user"
         password="pwd"
         trust="true"
         command="ps"/>

但有时它会起作用并且我会得到输出,但有时(10 次执行中的 8 次)会给我 com.jcraft.jsch.JSchException:Auth 取消异常

所以,这个错误不会一直出现。

任何人都可以帮助确定问题吗?

I am using the below target from ANT to connect to my MAC machine from Win XP.

<sshexec host="ip"
         username="user"
         password="pwd"
         trust="true"
         command="ps"/>

But sometime it works and i get the output, but some times (8 out of 10 executions) gives me com.jcraft.jsch.JSchException: Auth cancel exception.

So, this error is not coming all the time.

Can anyone help to identify the issue ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文