Zet - How do I ssh into a termux session

How do I ssh into a termux session

  1. Run sshd to start ssh session in termux
  2. Use ifconfig to find ip address in termux
  3. Use whoami to find username
  4. On local machine use ssh ${userName}@${ipAddress} -p 8022
Port is not standard ssh port 22
You may need to set a user password if your termux has reset

#termux #ssh