You have everything you need. Done in 15 minutes.
Run the script from your terminal.
๐ป Open a terminal:
Mac โ Terminal.app or iTerm2 ยท Windows โ Windows Terminal
1
Root connection โ 1 time only
click to copy
ssh root@VPS_IP
โ ๏ธ If the terminal shows Are you sure you want to continue? (yes/no) โ type yes then Enter.
๐ Values requested by the script
2
install-secure.sh โ as root (~10-15 min)
click to copy
curl -fsSL https://raw.githubusercontent.com/rockballslab/vps-secure/main/install-secure.sh -o install-secure.sh && chmod +x install-secure.sh && sudo ./install-secure.sh
โณ Final step โ AIDE: At the end of installation, the terminal may appear stuck for 2-5 minutes.
The SHA512 baseline is being built. Do not interrupt.
๐ Values requested by the script
3
Connection after install โ as vpsadmin
click to copy
ssh vpsadmin@VPS_IP -p 2222 -i ~/.ssh/id_ed25519_vps
After reconnection โ verifyclick to copy
sudo vps-secure-verify