SSH Keys
Last updated
Was this helpful?
Last updated
Was this helpful?
To launch an instance on Sesterce Cloud, you need to link a SSH Key to it. You can paste your public key directly from the launching path, or via the dedicated tab "SSH Keys".
To generate your public SSH key from your laptop, open your terminal and type the following command:
ssh-keygen -t ed25519 -C "youremail@example.com"
. Then, type enter to select by-default saving place and use the following command to expose your public key: cat ~/.ssh/id_ed25519.pub