PinePhone notes

This commit is contained in:
Olivier 'reivilibre' 2021-07-10 16:21:55 +01:00
parent de0fd7af24
commit 51067aeaa0

View File

@ -10,6 +10,8 @@ Create a user for scone.
# adduser --disabled-password scone # adduser --disabled-password scone
``` ```
<!--- on PinePhone (alpine), I needed to do `passwd -d scone` so that ssh would allow connection, since it starts locked but passwd -d deletes the password -->
Make your scone user have passwordless sudo capability. Make your scone user have passwordless sudo capability.
``` ```
# echo 'scone ALL=(ALL) NOPASSWD: ALL' > /etc/sudoers.d/scone # echo 'scone ALL=(ALL) NOPASSWD: ALL' > /etc/sudoers.d/scone