How to open a terminal on my PC to the PinePhone?
#2
【On your phone】
Code:
sudo apt install ssh
sudo systemctl enable ssh

Then check your IP address (should be 192.168.x.x, 172.16.x.x, or 10.x.x.x, replace "x" with whatever shows up).
Code:
ip a

【On your PC】
ssh mobian@(IP address of your phone)

Then to skip the password (optional step, but very convenient if you frequently login):
【On your PC】
Code:
cat .ssh/id_rsa.pub
(Copy the output, if there is none or an error message, generate your SSH key.)

【On your phone】
Code:
mkdir .ssh # If not done already
nano .ssh/authorized_keys # or vi .ssh/authorized_keys, or vim .ssh/authorized_keys, or mcedit .ssh/authorized_keys etc.
(Paste the output you copied and save the file.)
母語は日本語ですが、英語も喋れます(ry
  Reply


Messages In This Thread
RE: How to open a terminal on my PC to the PinePhone? - by ryo - 12-01-2021, 01:43 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Optimizing Battery Life on PinePhone: Tips, Tricks, and Community Insights earthworm 0 16 5 hours ago
Last Post: earthworm
  Pinephone visibly losing power while plugged in Hiraghm 7 4,183 10-21-2025, 10:38 PM
Last Post: Anthona
  Pinephone boot. Richy_T 8 4,060 10-21-2025, 12:12 PM
Last Post: Richy_T
  How can I record video on a Pinephone? kk22 22 14,149 10-08-2025, 01:29 PM
Last Post: Kevin Kofler
  Does PinePhone support long-term battery health optimization? roseblack 5 977 10-06-2025, 09:05 PM
Last Post: Kevin Kofler
  iso pinephone for sale (USA) elwoodb25 0 3,659 09-24-2025, 09:25 PM
Last Post: elwoodb25
  Why projects like PinePhone matter – feedback and encouragement Gary2003 13 17,486 09-16-2025, 01:13 PM
Last Post: Gary2003
  Can use PlayStation on Pinephone? willharper 7 8,732 09-13-2025, 12:30 AM
Last Post: ChaiLetters
  Pinephone Pro Neural Processing Unit biketool 1 5,189 09-01-2025, 02:05 AM
Last Post: biketool
  Want to buy second hand PinePhone 3G version rudi.timmermans 2 4,725 08-31-2025, 07:18 AM
Last Post: Fish

Forum Jump:


Users browsing this thread: 1 Guest(s)