Updated Setting up a Hub (markdown)
parent
b543bb43d0
commit
76ef9afd4f
1 changed files with 4 additions and 7 deletions
|
@ -5,15 +5,12 @@
|
|||
## create lbry user
|
||||
|
||||
```
|
||||
sudo adduser lbry
|
||||
sudo adduser lbry --disabled-password --gecos ""
|
||||
sudo -H -u lbry bash -c 'mkdir -p /home/lbry/.ssh && echo "YOUR-SSH-KEY" >> /home/lbry/.ssh/authorized_keys'
|
||||
sudo -H -u root bash -c 'echo "lbry ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers'
|
||||
```
|
||||
|
||||
|
||||
|
||||
## let lbry do sudo without password
|
||||
|
||||
https://www.atlantic.net/vps-hosting/how-to-setup-passwordless-sudo-for-a-specific-user/
|
||||
|
||||
## logout and log in as lbry user
|
||||
|
||||
|
||||
## install docker
|
||||
|
|
Loading…
Reference in a new issue