I have a non-rooted Android phone with the Termux app installed. I can run ifconfig
on the phone's terminal and see the IP address of wlan0, and I can ping the phone's IP from the terminal on my computer. Is it possible to SSH into it from a computer on the same network? If so, what would the username and password be?
I know the openssh
package is installed on the phone:
apt list | grep openssh
returns
openssh/stable,now 8.1p1-4 arm [installed]
.
I can also run the ssh
command in the phone's terminal (Termux).
Are there any extra packages I would have to install via pkg
or apt
? Please let me know, anything helps.
sshd
running on your device? This is typically not the case, as it's not needed. – GiantTree Feb 07 '20 at 22:11sshd
is running? And if it is, do you know what thessh
credentials would be? – Noah Broyles Feb 07 '20 at 22:14