This Magisk module contains scripts to start or stop the sshd from the clang19 toolchain

To automatically start the sshd from the clang19 toolchain after a reboot of the phone create the file

/data/local/tmp/sysroot/start_sshd

To start or stop the sshd from the clang19 toolchain when Android is running, use the ACTION button for this Magisk Module in the Magisk GUI. 

The ACTION button for this Magisk Module is a switch:

If the sshd is not running; the action script starts the sshd. If the sshd is running, the action script stops the sshd. 

The status of the sshd (running/not running) is shown in the description for this module in the Magisk GUI.

The Magisk Module does nothing if the clang19 toolchain is not installed



see here for documentation for the clang19 toolchain:

http://bnsmb.de/My_HowTos_for_Android_open_details.html#How_to_install_a_Toolchain_for_clang_on_phones_without_root_access

https://xdaforums.com/t/guide-how-to-install-a-toolchain-for-clang-on-phones-without-root-access.4710235/

https://github.com/bnsmb/clang19_toolchain_for_android



History

12.03.2026 v1.0.0 /bs
  initial release

24.03.2026 v1.1.0 /bs
  added the script /system/bin/init_clang19_toolchain

