Logo
OpenScaler

How to Create SSH Keys

Generate SSH keys for secure access to your OpenScaler VM. Instructions vary by operating system.

Linux / Mac

  1. On your terminal, run:
ssh-keygen -t rsa -b 4096 -C 'your_email@example.com'
  1. Press Enter to accept the default file location (~/.ssh/id_rsa).
  2. (optional) Enter a passphrase to secure your private key.

Next Step

How to Copy Your Public Key

Copy the public key to your OpenScaler VM.

On this page