Sunday, July 15, 2012

net.schmizz.sshj.userauth.UserAuthException: Exhausted available authentication methods

Using the SSHJ library I encountered the following error:

net.schmizz.sshj.userauth.UserAuthException: Exhausted available authentication methods

It turns out, I need to include the bouncycastle libraries in my class path as well, which can be found here:

http://www.bouncycastle.org/latest_releases.html

You will need the following JARs:





1 comment: