SSH from Windows PC into PinePhone?
#6
(06-05-2022, 04:34 AM)Peter Gamma Wrote: connection refused

Code:
2.
Code:
Trying
to install ssh server

Code:
apk
add sshd

permission denied. I was able to install LibreOffice and it runs. But installing an ssh server seems not to work.

ANY IDEAS?
quick hint, this forum has a bug for adding spaces, use source code editor to avoid that.

linux world has two philosophies, root user versus sudo. in root user system, root user is activated and has different password, then su -l is used. in sudo system root user usually does not have password but sudo command is used to temporarily give root permission, in sudo systems, user password is usually given. (both could be used in same system btw).

postmarketos uses sudo system, so sudo su -l gives root console.

Code:
// gives root console
$ sudo su -l

// if commanding as ordinary user
$ sudo apk add sshd

// if as root
# apk add sshd

// start temporarily
$ sudo rc-service sshd start
// if permanent startup is wanted
$ sudo rc-update add sshd

https://wiki.postmarketos.org/wiki/SSH
  Reply


Messages In This Thread
RE: SSH from Windows PC into PinePhone? - by zetabeta - 06-05-2022, 05:29 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  PinePhone Game Thread PixelPaintbrush 30 79,340 06-04-2026, 01:01 PM
Last Post: elinkser
  How can I record video on a Pinephone? kk22 23 21,669 03-25-2026, 12:55 PM
Last Post: baptx
  Pinephone visibly losing power while plugged in Hiraghm 8 6,728 03-09-2026, 07:51 PM
Last Post: Tia Vaughan
  pinephone-support package not upgradable on Mobian fhireman 5 6,961 02-28-2026, 05:49 PM
Last Post: baptx
  beep - playing PCM samples on PinePhone? WhiteHexagon 0 870 12-04-2025, 08:07 AM
Last Post: WhiteHexagon
Star Selling my Pinephone Pro Explorer Edition zheyon 2 4,089 12-01-2025, 10:25 AM
Last Post: Kevin Kofler
  PinePhone sensors - Gyroscope power WhiteHexagon 3 1,589 11-30-2025, 08:07 AM
Last Post: WhiteHexagon
  Light Sensor / Proximity Sensor on PinePhone? WhiteHexagon 1 1,239 11-18-2025, 03:07 PM
Last Post: WhiteHexagon
  Pinephone boot. Richy_T 8 6,601 10-21-2025, 12:12 PM
Last Post: Richy_T
  Does PinePhone support long-term battery health optimization? roseblack 5 2,964 10-06-2025, 09:05 PM
Last Post: Kevin Kofler

Forum Jump:


Users browsing this thread: 1 Guest(s)