can't establish SSH connection

edited May 2018 in Supported devices

I'm trying to establish SSH connection. Flollowing those steps:

@kalkov said:

adb connect [IP address]
adb root

adb connect [IP address]
adb push my_public_key.pub /data/ssh/authorized_keys
adb reboot

ssh root@[IP address]

on the first command, I'm getting the error:

adb connect 192.168.50.69
unable to connect to 192.168.50.69:5555: cannot connect to 192.168.50.69:5555: No connection could be made because the target machine actively refused it. (10061)

The IP address the address that I got in Tablet status in Options on the device. I tried to ping it - it is OK, packages are receiving.

I've already activated developer mode on the device. I didn't change anything in Developer options except enabling 'USB debugging` .

I'm not experienced in development on Andriod. Sorry if my question looks silly.

Comments

This discussion has been closed.