VPS Setup Commands
Quick reference of commands used during VPS setup for the Pi + Obsidian workflow.
# Connect to VPS
ssh -i ~/.ssh/vps root@188.166.230.202
# Generate SSH key pair
ssh-keygen -t ed25519
cat ~/.ssh/id_ed25519.pub
# Public key (registered on VPS):
# ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID7HRS0avNv1GFPdrg/3tQL9UGnsbs1te9rRev5hTrS/ u0_a271@localhost
# Run pi on vault
cd /root/vault
pi -p "read the inbox and suggest what to work on"
# Quick connect (auto-accept host key)
ssh -o StrictHostKeyChecking=accept-new root@188.166.230.202