Skip to content

SSH into your device

MankaranSingh edited this page May 5, 2023 · 1 revision

For people running flowpilot on android phones, it is inconvenient to use the gui and android keyboard to edit/do development on your device directly. For this, you can use SSH (Secure Shell) So you can get access to your phone's shell on your PC. Do this in the termux shell and not the flowpilot env shell.

Setting up SSH in termux

  • Setup a password

  • passwd

  • Get your usersname

  • whoami, this would usually be something like 'u0_a259'

  • Find your ipv4 address

  • ifconfig

  • Now install openSSH on your PC and ssh into your phone whith:

  • ssh -p 8022 username@ip-addr