sshxcute Auth Fail | JschException

时间:2013-02-06 10:50:10

标签: java unix authentication jsch

我使用sshxcute从java连接到unix服务器 连接时我收到错误:

  

JschException:验证失败

请让我知道可能存在的问题。

这是我正在使用的psedo代码:

SSHExec ssh= null;
ConnBean cb = new ConnBean("servername","username","password");
SSHExec.getInstance(cb)
ssh.connect();
ssh.disconnect();

另外请告诉我是什么原因造成的?

0 个答案:

没有答案