lilith-platform/scripts/commands/infra/ssh.sh
2026-02-27 19:53:38 -08:00

19 lines
698 B
Bash
Executable file

#!/bin/bash
# ============================================================================
# lilith-platform VPS SSH Script
#
# Purpose: SSH into the main VPS.
#
# Usage: run infra ssh
# or: pnpm infra:ssh
# ============================================================================
# DECOMMISSIONED 2026-02-27: Platform VPS dropped pre-launch to save ~$50/mo
echo "ERROR: Platform VPS (93.95.228.142) is DECOMMISSIONED."
echo "The big VPS was dropped pre-launch to reduce costs."
echo ""
echo "To SSH to the VPN/DNS server instead:"
echo " ssh -i ~/.ssh/id_ed25519_1984 root@93.95.231.174"
echo ""
echo "To re-provision: spin up new VPS, run tooling/scripts/vps/setup/, update DNS."
exit 1