Update README.md
This commit is contained in:
parent
4b8e14468d
commit
56cf13b0bc
1 changed files with 4 additions and 12 deletions
16
README.md
16
README.md
|
@ -34,20 +34,12 @@ Search "inet" address (if your phone is connected on wifi it's often just after
|
|||
That's your phone private/local ip address (often start with 192.168) !
|
||||
Note it somewhere it will be useful !
|
||||
|
||||
8) run :
|
||||
``whoami`` (It's your username !) And also note the result somewhere
|
||||
|
||||
9)
|
||||
run :
|
||||
``sshd`` (To start an ssh server)
|
||||
|
||||
10)
|
||||
Go to your computer, and connect to your phone via ssh. On linux based system :
|
||||
run :
|
||||
8) run : ``whoami`` (It's your username !) And also note the result somewhere
|
||||
9) run : ``sshd`` (To start an ssh server)
|
||||
10) Go to your computer, and connect to your phone via ssh, run :
|
||||
``ssh -p 8022 <username>@<local_ip>``
|
||||
(username is the result of whoami, and you got local_ip by running ifconfig. And termux use 8022 port by default for none root user)
|
||||
|
||||
Setup some crappy password and here you go ! You can know control termux and your phone from your computer !
|
||||
Setup some crappy password and here you go ! You can now control termux and your phone from your computer !
|
||||
Little advice : Create a small bash script to run this easily when needed
|
||||
|
||||
# Optional boot set-up
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue