guide:windowscommandshell_keys
This is an old revision of the document!
Windows command shell
Open a local terminal on your system.
Generate a new key:
ssh-keygen -t ed25519 -C "your_username@lengau"
Press Enter to accept the default file location.
Keep the private key safe in:
C:\Users\<your-user>\\.ssh\\id_ed25519
Show your public key:
type $env:USERPROFILE\\.ssh\\id_ed25519.pub
If you generated the key on your computer, copy the contents of your public key file (the file name with extension .pub) and paste it on the login node when you register the key.
/app/dokuwiki/data/attic/guide/windowscommandshell_keys.1781813879.txt.gz · Last modified: 2026/06/18 22:17 by ccrosby