Android NDK OpenSSH (with HPN) + OpenSSL + libbthread + LDNS Builder
2.0K
This is a Android NDK OpenSSH with High Performance Networking (HPN) including the multi-threaded AES CTR cipher and dynamic window sizes + OpenSSL + libbthread + LDNS Builder image.
You can use it to build OpenSSH with HPN as position independant executable (PIE) for the Android ARM android-21 platform (eg. Android 5 and higher) using GCC 4.9.
Usage:
mkdir -p data/local
docker run -t -i --rm --env ARCH_NAME=arm -v ./data/local:/data/local aguindehi/android-openssh ./build
The result of the compile can be found in ./data/local and needs to be installed to the root folder of your Android device.
Environment variables:
ARCH_NAME=[arm|mips|x86|aarch64]
GOOGLE_PLATFORM=[15|16|17|18|19|21]
Note:
Currently only ARCH_NAME=arm is able to fully compile OpenSSH. GOOGLE_PLATFORM=21 allows to compile for Android 5.
Content type
Image
Digest
sha256:4de2a1653…
Size
1.5 GB
Last updated
over 10 years ago
docker pull aguindehi/android-openssh