<aside> <img src="/icons/book_gray.svg" alt="/icons/book_gray.svg" width="40px" /> Table of Contents


</aside>

Introduction


An SSH key pair consists of a public key and a private key. The public key is used to encrypt data, and only the corresponding private key can decrypt it. This setup is commonly used for secure authentication. Below are the steps to generate an SSH key pair on macOS.

<aside> <img src="/icons/info-alternate_gray.svg" alt="/icons/info-alternate_gray.svg" width="40px" /> Note: We only approve secure SSH connections using SSH keys to our servers. This ensures enhanced security and authentication. Follow the steps below to generate an SSH key pair and use it for secure connections.

</aside>

Your public key will start with something like this:

ssh-ed25519 AAAAB3NzaC1yc2EAAAA...

Generating an SSH Key on macOS

  1. Open Terminal:
  2. Generate a New SSH Key:
  3. Specify the File Location:
  4. Enter a Passphrase (Optional):
  5. Copy the Public Key:

Generating an SSH Key on Windows

  1. Open PowerShell:

  2. Install OpenSSH (if not already installed):

  3. Generate a New SSH Key:

  4. Specify the File Location:

  5. Enter a Passphrase (Optional):

  6. Copy the Public Key: