Belval / ki4a

SSH tunneling app with DNS forwarding. Based on https://github.com/staf621/ki4a
Apache License 2.0
28 stars 15 forks source link

Does Ki4a support Ed25519 key? #5

Open ghost opened 4 years ago

ghost commented 4 years ago

As the title suggests, does ki4a support Ed25519 key? If not, can you add features and make a new release?

Thanks!

Belval commented 4 years ago

I do not know, you would have to try it.

As for rebuilding, it would be part of #1

I'll see what I can do. The current version seems to be OpenSSH_5.5, which is seriously ancient.

ghost commented 4 years ago

I try with this apk in a few moment https://github.com/Belval/ki4a/raw/master/ki4a.apk

ghost commented 4 years ago

It does not support Ed25519

Belval commented 4 years ago

I'm not surprised, I'm trying to build OpenSSH from source but I'm having a hard time cross compiling.

Related StackOverflow question: https://stackoverflow.com/questions/61451347/building-openssh-for-android

loopx9 commented 2 years ago

I get new version ssh from Termux, and replace the old one, it works.But need to modify rpath via patchelf,and it's not static compiled, need some dependent .so files.