android-command-line-ssh
android-command-line-ssh copied to clipboard
"ssh": error: Android 5.0 and later only support position-independent executables (-fPIE).
I was trying to use ssh on Android 10, but I get this error.
Can you rebuild the binaries with -fPIE and -pie flags set and with latest NDK to support for devices with Android 5 and above?
Pleaseee:)