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
  Why projects like PinePhone matter – feedback and encouragement Gary2003 13 9,348 09-16-2025, 01:13 PM
Last Post: Gary2003
  Can use PlayStation on Pinephone? willharper 7 8,165 09-13-2025, 12:30 AM
Last Post: ChaiLetters
  Pinephone Pro Neural Processing Unit biketool 1 3,823 09-01-2025, 02:05 AM
Last Post: biketool
  Want to buy second hand PinePhone 3G version rudi.timmermans 2 3,291 08-31-2025, 07:18 AM
Last Post: Fish
  Pinephone Pro not in store? bubulux20c 1 1,684 08-08-2025, 02:12 AM
Last Post: P. Siera
  PinePhone Pro EU no warranty P. Siera 0 1,381 07-21-2025, 12:08 AM
Last Post: P. Siera
  US Mobile, via T-Mobile, won't support Pinephone Pro - SOLVED, SIMPLY jovval 14 14,572 07-18-2025, 04:24 PM
Last Post: dchang0
  Pinephone visibly losing power while plugged in Hiraghm 2 2,370 05-23-2025, 12:30 PM
Last Post: Kevin Kofler
  contact sales pinephone janjansen1312 2 2,669 03-17-2025, 07:29 PM
Last Post: tllim
  PinePhone Pro P. Siera 4 4,223 03-14-2025, 07:00 PM
Last Post: Kevin Kofler

Forum Jump:


Users browsing this thread: 1 Guest(s)