To setup a server you’re going to need an SSH key. You can add keys in the Cato Console at
Compute > SSH Keys > Add SSH Key
You might already have an ssh key you’d like to use at
~/.ssh/id_ed25519.pub
Otherwise you can use the ssh-keygen
CLI utility:
ssh-keygen -t ed25519 -C "your_email@example.com"
This should generate two files
├── id_ed25519
└── id_ed25519.pub
Copy paste the contents of id_ed25519.pub
to the SSH Public Key field.