ssh into Oneplus 3T
-
Hi,
How do I get access to '/home/phablet' on my Oneplus3t device without 'adb' while in the process of setting up ssh-keygen? I am trying to follow the configuring 'ssh-keygen' but can not do the following on the link below:
http://docs.ubports.com/en/latest/userguide/advanceduse/ssh.html#configure-your-device
I've manually copied my *.pub file into 'Documents' on the OP3 device but unable to get into 'ssh phablet@i.p.address' to do the following:
mkdir /home/phablet/.ssh
chmod 700 /home/phablet/.ssh
cat /home/phablet/id_rsa.pub >> /home/phablet/.ssh/authorized_keys
chmod 600 /home/phablet/.ssh/authorized_keys
chown -R phablet.phablet /home/phablet/.ssh -
You could type those commands in the terminal app on the phone if you want to avoid adb.
Personally I find adb (over USB) very convenient to do these things. Why don't/can't you do it?
-
Hi Ingo, Your right I prefer adb with a usb cable but as I understand I am unable to use adb on arm64?
-
@shapley MTP is working now.