PinePhone notes
This commit is contained in:
parent
de0fd7af24
commit
51067aeaa0
@ -10,6 +10,8 @@ Create a user for 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.
|
||||
```
|
||||
# echo 'scone ALL=(ALL) NOPASSWD: ALL' > /etc/sudoers.d/scone
|
||||
|
Loading…
Reference in New Issue
Block a user