-
I feel upset every time i input the address of my Termux on a PC terminal and try sshconnect, however find out my Termux did not excute the order "sshd"... |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
For now just run in |
Beta Was this translation helpful? Give feedback.
-
In /data/data/com.termux/files/home/.termux/boot This will put termux in 'non sleep' mode and run sshd on phone boot presuming you have termux:boot installed. |
Beta Was this translation helpful? Give feedback.
In /data/data/com.termux/files/home/.termux/boot
#!/data/data/com.termux/files/usr/bin/sh
termux-wake-lock
sshd
This will put termux in 'non sleep' mode and run sshd on phone boot presuming you have termux:boot installed.