| .. | ||
| files | ||
| items.py | ||
| metadata.py | ||
| README.md | ||
Phone
- install termux from F-Droid
 - install termux::api from F-Droid
 - open termux
 - run 
pkg update - run 
pkg install termux-api openssh - run 
passwdand set a password - run 
whoamito get the username - run 
sshdto start ssh server - run 
su - tasmota-charge -c 'ssh-copy-id -p 8022 u0_a233@10.0.0.175'on server node - acquire wakelock for the termux session in notifications
 - install termux::boot from F-Droid
 - create file ~/.termux/boot/start-sshd:
#!/data/data/com.termux/files/usr/bin/sh termux-wake-lock sshd 
Server
- you can run something like 
su - tasmota-charge -c 'ssh -p 8022 u0_a233@10.0.0.175'