A Script for termux-login.sh usage
A Nerd Font is installed and enabled in your terminal.
- age
- ncurses
- boxes
Freely edit this parts.
# Your Information login
username_valid="$(cat ~/.ssh/userid)";
password_valid="$(age -d -i ~/.ssh/keyid.txt ~/.ssh/passid)" # Encrypted password stored at ~/.ssh/passid or your options
Backup first your termux-login.sh
echo '
[ -z "$BASH_VERSION" ] && exec bash "$0" "$@"
trap '' SIGINT #SIGTSTP
source ~/termcreed/*.sh ' > $PREFIX/etc/termux-login.sh
MIT