Android Setup
Applications
F-Droid
- Search
- Termux
- Search
Termux
- termux-change-repo
- pkg up
- pkg install --yes openssh
- passwd
- sshd
- ssh-copy-id -o PreferredAuthentications=password -p 8022 -i $HOME/.ssh/id_rsa.pub TODO
- pkill sshd
- nano $PREFIX/etc/ssh/sshd_config
- pkg rm --yes termux-auth
- pkg install --yes ncdu rsync screen starship termux-auth
- printf 'shell -$SHELL' > ~/.screenrc
- printf "alias S='pkill sshd'\nalias q='quit'\nalias s='sshd'\n" > ~/.bash_profile
- termux-setup-storage