syncorg icon indicating copy to clipboard operation
syncorg copied to clipboard

SSH crashes

Open knezi opened this issue 7 years ago • 1 comments

Hi, whenever the app tries to connect to SSH it crashes at the very beginning. Namely I'm getting: java.lang.NoClassDefFoundError: Failed resolution of: Lorg/ietf/jgss/Oid It clearly can't find a class that was present at the compile time. I've tried to decompile the corresponding dex file, but I couldn't find anything. So it might be a problem with paths. I'm running Lineage OS 7.1.1, can anyone confirm/disprove that this is happening on stock Android 7.1.1, on older Lineage OS...?

knezi avatar Mar 07 '17 07:03 knezi

The same issue is referenced in another app. https://github.com/zeapo/Android-Password-Store/issues/49#issuecomment-83778442 says it is a knows issue from jsch and that the fix might cascade to jgit one day. Apparently they fixed it with this #PR If it does not work, there are also a few idea in this stackoverflow thread

wizmer avatar Mar 16 '17 22:03 wizmer