Hello everyone, I'm looking for an SSH library com...
# multiplatform
a
Hello everyone, I'm looking for an SSH library compatible with KMP. Do you know any?
c
a
Unfortunately I didn't found one there 😞 If you've found one, may I ask what keywords did you try?
i
Tools don't need to be re-written in kmp to be used. What platforms are you actually trying to target
a
True, I can still easily implement a jvm + swift solution I guess, but I was wandering if such a library already existed 🙂 I'll target desktop in the first place, but I also need support for android and iOS.
c
No, it’s empty for me too.
i
you should be able to wrap up existing solutions into a common API pretty easily
c
@ian.shaun.thomas surly tools need to be rewritten to be KMP compatible. You cannot use a jVM library for iOS or native or wasm.
i
no, for jvm just depend on a jvm solution, in swift depend on a swift solution, etc then write a common interface for them
for example: https://github.com/ToxicBakery/bcrypt-mpp I didn't implement bcrypt to do this
c
Yes and they were asking if somebody already did that ;-)
a
I'Il try to have a look to implement jvm/ios solutions in a common interface then, thank you for your answers @Chrimaeon and @ian.shaun.thomas 🙂
👍 1