initial script and config files
This commit is contained in:
parent
a5b0a14338
commit
30ea697755
|
|
@ -1,3 +1,11 @@
|
||||||
# Config Helper Script
|
# Config Helper Script
|
||||||
|
|
||||||
This is a set of scripts and config files to make some basic settings for ggs user on a fresh Ubuntu install
|
This is a set of scripts and config files to make some basic settings for ggs user on a fresh Ubuntu install
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
curl is required to download the initial customization script. Start with curl installation:
|
||||||
|
`sudo apt update && sudo apt install curl -y`
|
||||||
|
|
||||||
|
The user ggs should already exist and have sudo permission. Otherwise create the account first and add him to sudo group. Then login as ggs. After login you may download end execute the customization script by running:
|
||||||
|
`curl -s https://git.ggs-solutions.eu/GGS/UbuntuConfig/raw/branch/main/mim.sh |/bin/bash`
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
# NOPASSWORD sudo for user ggs
|
||||||
|
ggs ALL=(ALL) NOPASSWD:ALL
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEZOTXe5RyPn0pkaGZQWj3YYeP/K6Q9CvDdfmOTswxNj eddsa-key-20230810_PeBo
|
||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM6ipiN1yOx9jOhpKJWmsxu59jiBl33S8h7BSk59N88z eddsa-key-20230828_Noah
|
||||||
Loading…
Reference in New Issue