Generating a Key Pair
If you do not already have an SSH key pair, generate one:- Private key —
~/.ssh/id_ed25519(keep this secret) - Public key —
~/.ssh/id_ed25519.pub(upload this to Runcrate)
Copying Your Public Key
Adding to Runcrate
1
Navigate to Keys
Go to Dashboard → Keys and select the SSH Keys tab.
2
Click Add SSH Key
Click Add SSH Key.
3
Enter a Name
Give the key a recognizable name (e.g.,
macbook-pro, work-desktop).4
Paste Your Public Key
Paste the contents of your
.pub file.5
Save
Click Save. The key is now available for new instance deployments.
Managing SSH Keys
The SSH Keys tab shows all keys in the current workspace:Deleting a Key
Click Delete to remove an SSH key from the workspace.Deleting an SSH key from Runcrate does not remove it from currently running instances. It only prevents the key from being added to future deployments.