ed25519 key type for brevity.
On MacOS (or Linux)
Open a terminal (via Applications —> Utilities —> Terminal) and run:-C flag is the key comment. By convention you should use your email address here, but any descriptive value is fine.
When prompted for the location to save the key, press Enter to accept the default location (~/.ssh/id_ed25519).
When asked for a passphrase, you can optionally set one for your key. This adds an extra layer of security. You can press Enter twice to use no passphrase if you wish.
The command will generate two files:
id_ed25519(private key - keep this secure)id_ed25519.pub(public key - this is the one you add to the dashboard).
On Windows (10 and 11)
Open PowerShell (you can right-click the Start button and select “Windows PowerShell” or “Terminal”). If you haven’t installed OpenSSH client, install it:- Go to Settings > Apps > Optional Features
- Click “Add a feature”
- Search for “OpenSSH Client”
- Click Install
C:\Users\YourUsername\.ssh\id_ed25519).
When asked for a passphrase, you can optionally set one for your key. This adds an extra layer of security. You can press Enter twice to use no passphrase if you wish.
The command will generate two files:
id_ed25519(private key - keep this secure)id_ed25519.pub(public key - this is the one you add to the dashboard).
