Skip to navigation
Ssh key in windows for forgejo
06.05.26
Generate the key on Windows and add the public key to Forgejo: Generate key (PowerShell or CMD): ssh-keygen -t ed25519 -C "windows-machine" Copy the public key: type $env:USERPROFILE\.ssh\id_ed25519.pub Or in Git Bash on Windows: cat ~/.ssh/id_ed25519.pub Add to Forgejo: Go to your Forgejo web interface → Settings → SSH / GPG Keys → Add Key → paste the contents of id_ed25519.pub. The process is identical to Linux — SSH keys are just text.
Reply
Anonymous
Information Epoch 1778392269
Use shell scripts to increase leverage and portability.
Home
Notebook
Contact us