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:

1
pkg upgrade && pkg install openssh

Setup a password for Termux:

1
passwd

Get your username:

1
whoami

Start SSH server

1
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:

1
ssh [email protected] -p 8022

Video

Right click and check “Show all controls” to see video controls*

that’s it ✌🏽