Note

*.patch are the patches for the Magisk Module

Execute the script "apply_patches.sh" while in the directory with the patches to apply the patches



myconfigure_system is the script used to start the original configure script for OpenSSH   

compile_ssh_system.sh is the script used to compile the libraries and binaries without dependencies on external libraries.

my_getpwuid_system.o defines the new getpwuid function with support for the environment variable HOME

The commands to build getpwuid_system.o are:

NDK=/data/develop/android/android-ndk-r27b
${NDK}/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android33-clang  -c my_getpwuid_system.c -o my_getpwuid_system.o

${NDK}/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-ar rcs libmyuid_system.a my_getpwuid_system.o

