How to Generate an SSH Key on Windows, Mac, and Linux
Short answer: Open a terminal (PowerShell on Windows, Terminal on macOS/Linux) and run ssh-keygen -t ed25519 -C “your_email@example.com”. Press Enter to accept the default file location, optionally set a passphrase, …