com.jcraft.jsch.JSchException:连接到我的 MAC 时,身份验证取消
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论