- 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
This commit is contained in:
2025-01-23 23:47:10 -03:00
parent c08b6d393e
commit 21515daef1
6 changed files with 34 additions and 9 deletions

View File

@@ -1 +1,15 @@
# server-initializer
# 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)
-