1 January, 2022

Termux

I use termux to remote access to a linux server from an Android phone or tablet.

pkg install openssh

Create a cryptographic key to setup for password-less ssh login.

You may want to copy the public key file ˋ.ssh/id_rsa.pubˋ from termux home to somewhere else. Give termux access to you local storage:

termux-setup-storage
cd storage/shared

NodeJS

Install NodeJS: ˋˋˋsh pkg install nodejs ˋˋˋ

Running npm --version fails:

CANNOT LINK EXECUTABLE "node": library "libicui18n.so.68" not found

pkg upgrade does fix the problem.