Termux: Difference between revisions
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
* Install the '''Termux''' app |
* Install the '''Termux''' app |
||
* Install the '''Termux API''' app. |
* Install the '''Termux API''' app. |
||
:This is necessary to use the termux-api commands like <code>termux-notification</code>! |
:This is necessary to use the termux-api commands like [https://wiki.termux.com/wiki/Termux-notification <code>termux-notification</code>]! |
||
In termux, install / update the package: |
In termux, install / update the package: |
Revision as of 17:13, 31 May 2018
Install Termux
- Install the Termux app
- Install the Termux API app.
- This is necessary to use the termux-api commands like
termux-notification
!
In termux, install / update the package:
dpkg install termux-api
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...).