User Tools

Site Tools


guide:windowscommandshell_keys

Windows command shell

  1. Open a local terminal on your system.
  2. Generate a new key:
    ssh-keygen -t ed25519 -C "your_username@lengau"
  3. Press Enter to accept the default file location.
  4. Keep the private key safe in:
    C:\Users\<your-user>\\.ssh\\id_ed25519
  5. Show your public key:
    type $env:USERPROFILE\\.ssh\\id_ed25519.pub
  6. If you generated the key on your computer, copy the contents of your public key file (the file name with extension .pub), paste it into the text box on the ssh-keys page and click on the “Add SSH key” button.
/app/dokuwiki/data/pages/guide/windowscommandshell_keys.txt · Last modified: 2026/06/25 13:14 by ccrosby