Your kikopod IP is live
185.104.32.9
This address is yours. It's serving this placeholder until your first deploy. Push your static site with any of:
sftp anyone@185.104.32.9 # then put your files rsync -az ./ anyone@185.104.32.9: git push anyone@185.104.32.9:site HEAD:main
Deploys are atomic and versioned — your site swaps in instantly. List versions and roll back any time:
ssh anyone@185.104.32.9 versions ssh anyone@185.104.32.9 rollback # to the previous version ssh anyone@185.104.32.9 rollback v2 # to a specific version
Your IP is dedicated, so its reverse DNS (PTR) is yours to set:
ssh anyone@185.104.32.9 ptr # show the current PTR ssh anyone@185.104.32.9 ptr host.example.com # needs an A record here first ssh anyone@185.104.32.9 ptr clear # back to the default
(The SSH user is ignored — only your key matters.)