我使用sshxcute从java连接到unix服务器
连接时我收到错误:
JschException:验证失败
请让我知道可能存在的问题。
这是我正在使用的psedo代码:
SSHExec ssh= null;
ConnBean cb = new ConnBean("servername","username","password");
SSHExec.getInstance(cb)
ssh.connect();
ssh.disconnect();
另外请告诉我是什么原因造成的?