[JSch-users] Problem with JSch
Status: Alpha
Brought to you by:
ymnk
|
From: Andrew W. <agw...@gm...> - 2011-01-24 20:37:47
|
So, I have created a jar and it works as expected.
However when I launch it from another machine, I get
com.jcraft.jsch.JSchException: Auth fail
at com.jcraft.jsch.Session.connect(Session.java:461)
at com.jcraft.jsch.Session.connect(Session.java:154)
Is it possible, for the error messages to be more specific as to what had
caused the Authentication to fail.
Also, if I have the systems setup to allow for PKI authentication, how come
it will not use that connection as default, why require a password?
Does JSch look in ~/.ssh/ for key and known_hosts files?
|