SSH into Termux
Easily access your Termux system remotely by following our step-by-step guide to SSH into Termux. Start managing your system anytime, anywhere!
Just do the following steps:
Install OpenSSH on Termux:
pkg upgrade && pkg install openssh
Setup a password for Termux:
passwd
Get your username:
whoami
Start SSH server
sshd
Connect!
From your computer ssh like usual; the default port Termux uses for SSH is 8022.
example:
my IP is 192.168.0.10
my username: u0_a231
so my command would be:
ssh [email protected] -p 8022
Video
Right click and check “Show all controls” to see video controls*
that’s it ✌🏽