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
``` ssh-keygen -t ed25519 -C "windows-machine" type $env:USERPROFILE\.ssh\id_ed25519.pub cat ~/.ssh/id_ed25519.pub ``` tags: windowsssl, sslwindows
06.05.26
Reply
Anonymous
Information Epoch 1780586028
Design programs to be connected to other programs.
Home
Notebook
Contact us