SSH Into PinePhone?
#1
Quote:5  ✔  ssh root@192.168.1.211                                                                                                                                                 ~
ssh: connect to host 192.168.1.211 port 22: Connection refused
6  ✘  ssh phablet@192.168.1.211                                                                                                                                               ~
ssh: connect to host 192.168.1.211 port 22: Connection refused

Hmmm... It's saying that pine64 ssh is enabled by default, but it seems it's for pine64 laptop only? Please refer to: https://forum.pine64.org/showthread.php?tid=8165 .

How can I ssh into pine64 phone?
Welcome to Longer Vision
https://www.longervision.ca
#2
Which OS are you on? There are some how-tos on the respective forums on how to do this, but it is different based on the OS.
#3
You can try below:

On PinePhone do below commands:
sudo mount -o remount,rw /

Generate ssh keys as root:

sudo ssh-keygen -t rsa -q -f "/root/.ssh/id_rsa" -N ""
sudo cp /root/.ssh/id_rsa.pub /root/.ssh/authorized_keys

sudo cp /root/.ssh /home/phablet -R

Copy id_rsa to your Linux machine:
scp /root/.ssh/id_rsa user@IP_Linux_machine:/home/user

From Linux_machine:
ssh -i /home/user/id_rsa phablet@PinePhone_IP


Possibly Related Threads…
Thread Author Replies Views Last Post
  pinephone virtual keyboard aular 4 297 04-10-2024, 03:45 PM
Last Post: aular
  PinePhone Doesn't Boot LED Doesn't Show Any Signs When Charging dorkydev 1 198 04-02-2024, 11:50 AM
Last Post: Kevin Kofler
  PinePhone - boot from microSD laserpyramid 5 469 03-06-2024, 06:37 PM
Last Post: aular
  Are you using the Pinephone as your daily driver? jro 157 107,917 02-18-2024, 11:33 PM
Last Post: aular
  2020 PinePhone Manjaro CE EU for sale, name your price astrojuanlu 7 1,713 02-14-2024, 04:51 PM
Last Post: astrojuanlu
  pinephone is not bootble for the box. ijij 1 571 01-19-2024, 01:29 PM
Last Post: fxc
  Multiple issues with the Pinephone MTXP 12 2,253 12-28-2023, 07:55 AM
Last Post: MTXP
  pinephone repair shop shengchieh 0 471 12-26-2023, 02:42 PM
Last Post: shengchieh
  sudo nano file saving pinephone beta edition CharlesGnarley 4 1,630 12-22-2023, 03:44 PM
Last Post: Kevin Kofler
  Can't get Mobian on PinePhone to recognise USB-C docking bar duncan_bayne 9 6,835 12-04-2023, 02:14 AM
Last Post: Peter Gamma

Forum Jump:


Users browsing this thread: 1 Guest(s)