- Install Putty
- In the Windows start menu, search for and run puttygen.exe
a. Select EdDSA
b. Click Generate
c. Set your email in the Key Comment field
d. Copy public key
- Run the following commands
CMD:
mkdir -p %userprofile%\.ssh
notepad %userprofile%\.ssh\id_ed25519.pub
Powershell:
mkdir -p $home\.ssh
notepad $home\.ssh\id_ed25519.pub
- Paste your public key into notepad, save the file and exit
- Optional: set a passphrase in the Key passphrase field
- Choose Export OpenSSH key from the Conversions menu
- Click Yes to save the file without a passphrase
- paste the following into the File name: field of the save file dialog box and click Save
%userprofile%\.ssh\id_ed25519
- Click the Save private key button
- Click Yes to save the file without a passphrase
- paste the following into the File name: field of the save file dialog box and click Save
%userprofile%\.ssh\id_ed25519.ppk
- exit puttygen