mirror of
https://github.com/elAgala/server-initializer.git
synced 2026-02-14 05:06:18 +00:00
- Fix prometheus files path - Fix sciprt allowing to execute w/out username param - Add oh-my-zsh installation - Fix typo un ssh authorized_keys file - Fix PermitRootLogin disabling
16 lines
275 B
Markdown
16 lines
275 B
Markdown
# server-initializer
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
wget https://raw.githubusercontent.com/elAgala/server-initializer/main/index.sh
|
|
chmod +x index.sh
|
|
./index.sh <username>
|
|
```
|
|
|
|
## Included
|
|
- Server update
|
|
- User creation
|
|
- SSH key configuration (AllowUser, disable root login)
|
|
-
|