REST API
Generating an SSH Key
To generate an SSH keypair:
- Open your Terminal (on Linux/Mac) or Git Bash (Windows)
- Paste the following command:
This creates a new SSH keypair.
- When you’re prompted to “Enter a file in which to save the key,” press Enter. This accepts the default file location.
- At the prompt, you may enter a secure passphrase. You can leave this blank.