Managing files, running scripts, and executing terminal commands on your smartphone from a computer is much more convenient through a full SSH session, eliminating the need to switch between device screens.

​Installing OpenSSH

Open Termux and install the package for the secure protocol:

pkg update && pkg install openssh

Enter fullscreen mode