What you’ll need
- A Hivenet account with Compute credits ready
- macOS 11 (Big Sur) or newer
- Terminal (built in)
- OpenSSH (installed by default)
Step 1 – Create your SSH key pair
- Open Terminal.
-
Run:
-
Press Enter to accept the default location (
/Users/<you>/.ssh/id_ed25519). - When prompted, enter a passphrase (optional but recommended).
Step 2 – Find your key files
Open the.ssh folder in Finder:
Step 3 – Add your public key to Hivenet
- Double-click id_ed25519.pub to open it in TextEdit.
- Copy the entire line (it starts with
ssh-ed25519). - In Compute with Hivenet, paste that line into the SSH key field when you create an instance.
The SSH key field accepts one public key only.If you want to authorize more keys later (for teammates or alternate devices), connect to the instance and add them manually in
~/.ssh/authorized_keys.