2026-05-31 14:18:08 -05:00
2026-05-31 13:41:09 -05:00
2026-05-31 14:18:08 -05:00
2026-05-31 13:09:54 -05:00

Server Scripts

Collection of automation scripts for server setup and SSH configuration.

These scripts are hosted on Gitea and can be accessed via short links or direct raw URLs.


📦 Available Scripts

🛠 server-prep.sh

Prepares a fresh server (packages, updates, base config)


🔐 sshupdate.sh

Configures SSH (keys, security hardening, etc.)


🚀 Usage

Download → Inspect → Run

Server Prep

bash curl -L -o server-prep.sh http://bit.ly/4dYp6ug less server-prep.sh chmod +x server-prep.sh ./server-prep.sh

curl -s http://bit.ly/4dYp6ug | bash curl -s https://bit.ly/4vkvVNQ | bash

example workflow

server setup

curl -L -o server-prep.sh http://bit.ly/4dYp6ug bash server-prep.sh

ssh setup

curl -L -o sshupdate.sh https://bit.ly/4vkvVNQ bash sshupdate.sh

Description
No description provided
Readme 35 KiB
Languages
Shell 100%