seventriada.blogg.se

Netshade for unix
Netshade for unix












netshade for unix netshade for unix

You have to sign jar, it's required by curity. A bit like how Go has one binary file with all dependencies. That enables me to create one, executable file to distribute and add to the path of the user. So I create a really executable jar using this. I am trying to get to a point where usage of Java and distribution of small utils is dead simple. But When I use the Maven shade plugin to package SSHJ I get the following error: Exception in thread "main" .UserAuthException: Exhausted available authentication methodsĪt .auth(SSHClient.java:217)Īt .authPublickey(SSHClient.java:316)Īt .authPublickey(SSHClient.java:365)Īt .authPublickey(SSHClient.java:295)Īt no.(SshRepository.java:23)Īt no.(SshService.java:22)Īdding Security.addProvider(new .Bounc圜astleProvider()) Ĭhanges the error message to: Exception in thread "main" .TransportException: Unable to reach a settlement: and [aes128-ctr, aes192-ctr, aes256-ctr, arcfour256, arcfour128, aes128-cbc, 3des-cbc, blowfish-cbc, cast128-cbc, aes192-cbc, aes256-cbc, arcfour, .Proposal.firstMatch(Proposal.java:165)Īt .Proposal.negotiate(Proposal.java:147)Īt .KeyExchanger.gotKexInit(KeyExchanger.java:239)Īt .KeyExchanger.handle(KeyExchanger.java:364)Īt .TransportImpl.handle(TransportImpl.java:478)Īt .code(Decoder.java:127)Īt .Decoder.received(Decoder.java:195)Īt .n(Reader.java:72)Ī bit of background to why I want to use shade. Testing SSHJ in Eclipse and everything looks good.














Netshade for unix