0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2025-02-13 04:54:57 -05:00

Compare commits

..

No commits in common. "bf588ea0f6484cb966b1e07912969c41453f7d83" and "9a59a36913e8fb2fe735fce940e0413295853d68" have entirely different histories.

View file

@ -83,7 +83,6 @@ You can enable this when adding a new push mirror, existing push mirrors cannot
This feature is only available if Forgejo is able to find the `ssh` executable. This feature is only available if Forgejo is able to find the `ssh` executable.
To use SSH as authentication method, select the **Use SSH authentication** option in the authorization tab when adding a new push mirror. To use SSH as authentication method, select the **Use SSH authentication** option in the authorization tab when adding a new push mirror.
Make sure to use ssh conform URLs for **Git Remote Repository URL**, which is e.g. `git@forgejo.org:<your_forgejo_group>/<your_forgejo_project>.git` for Forgejo (differs to the default authorization approach as mentioned above).
Make sure to not fill in the **Username** or **Password** input. Make sure to not fill in the **Username** or **Password** input.
Forgejo generates an Ed25519 SSH key pair and saves it for you. Forgejo generates an Ed25519 SSH key pair and saves it for you.