Files
server-initializer/README.md

21 lines
423 B
Markdown

# server-initializer
## Installation
```bash
curl -fsSL https://raw.githubusercontent.com/elAgala/server-initializer/main/index.sh | bash -s <username>
```
Or remotely via SSH:
```bash
ssh root@<host> "curl -fsSL https://raw.githubusercontent.com/elAgala/server-initializer/main/index.sh | bash -s <username>"
```
## Included
- Server update
- User creation
- SSH key configuration (AllowUser, disable root login)
-