Skip to content

Commit

Permalink
Update user groups
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaBartolomei authored Jun 27, 2019
1 parent 4a7c0d3 commit 2b182ab
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions configuration/users/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ ssh smb@10.0.0.5
### Create a user
```
sudo adduser your_username
sudo usermod -aG sudo your_username
```
### Add the user to the developers group
```
sudo adduser your_username developers
### Add the user to the developers group
```
sudo usermod -aG sudo,developers,dialout,plugdev,adm,lpadmin,cdrom,dip,sambashare your_username
```
### Generate ssh keys
```
ssh-keygen
Expand Down

0 comments on commit 2b182ab

Please sign in to comment.