How to install OpenSSH in termux on android

 

  1. Open Termux
  2. Update and upgrade Termux packages: pkg update and pkg upgrade
  3. Install OpenSSH: pkg install openssh
  4. Set a password: passwd
  5. Find your username: whoami
  6. Find the host: ipconfig
  7. Start the SSH server: sshd -d -p 8080

Comments