SSH Keys
Generate SSH keys for secure access to your OpenScaler VM. Instructions vary by operating system.
Create SSH Keys
- On your terminal, run:
- Press Enter to accept the default file location (
~/.ssh/id_rsa). - (optional) Enter a passphrase to secure your private key.
Copy Your Public Key
Retrieve the Public Key
- Open a terminal.
- Display the public key:
Note
Your public key may be named differently, for example id_ed25519.pub or id_ecdsa.pub.
- Copy the entire output line (e.g.,
ssh-rsa AAAAB3Nza...).
Paste the copied key into the "SSH Keys" field when creating your VM.
Directly Copy the Key
Tip
You can copy the key directly from the terminal using clip (Windows) or pbcopy (Mac):