„Basic Installation“ ändern

Jörg Deckert 2023-03-30 13:30:22 +02:00
parent 08a649ae3d
commit bbcfeb7206
1 changed files with 2 additions and 1 deletions

@ -98,7 +98,8 @@
- Login as user "admin"
- become root:
`sudo -i`
- add two users (example names):
- add two users without mail spool (example names):
`echo "CREATE_MAIL_SPOOL no" >> /etc/default/useradd`
`useradd -m -G users,wheel -s /bin/bash --uid 2001 --user-group --comment "Unitas Network admin" un-jdeckert`
`useradd -m -G users,wheel -s /bin/bash --uid 2002 --user-group --comment "Unitas Network admin" un-iwetzel`
- Add SSH keys: