Termux

From miki
Revision as of 23:11, 26 May 2018 by Mip (talk | contribs) (Created page with " == Install packages == To install git <source lang=bash> pkg install git </source> == Applications == === SSH === To log into termux using ssh, first install openssh then st...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Install packages

To install git

pkg install git

Applications

SSH

To log into termux using ssh, first install openssh then start the sshd demon.

dpkg install openssh
sshd

termux is a single-user system, so user name given while logging in is ignored.

Only the public key is supported. So in order to login, copy first the public key in ~/.ssh/authorized_keys.

Client UI

  • See Termux Help for shortcut when using the touch keyboard (special keys, arrow keys...).