summaryrefslogtreecommitdiffstats
path: root/release-notes
diff options
context:
space:
mode:
authorGusted <gusted@noreply.codeberg.org>2024-08-24 18:53:56 +0200
committerGusted <gusted@noreply.codeberg.org>2024-08-24 18:53:56 +0200
commit5dbacb70f4655fcd75331725ca4251b68ca71e9d (patch)
tree51a5da5a7371b1e3f7ac28a5be0d519c09e66bd9 /release-notes
parentMerge pull request 'fix: Do not scan all Go files for tailwind classes' (#509... (diff)
parent[FEAT] Allow pushmirror to use publickey authentication (diff)
downloadforgejo-5dbacb70f4655fcd75331725ca4251b68ca71e9d.tar.xz
forgejo-5dbacb70f4655fcd75331725ca4251b68ca71e9d.zip
Merge pull request 'Allow pushmirror to use publickey authentication' (#4819) from ironmagma/forgejo:publickey-auth-push-mirror into forgejo
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4819 Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Diffstat (limited to 'release-notes')
-rw-r--r--release-notes/4819.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/release-notes/4819.md b/release-notes/4819.md
new file mode 100644
index 0000000000..88c3f77326
--- /dev/null
+++ b/release-notes/4819.md
@@ -0,0 +1 @@
+Allow push mirrors to use a SSH key as the authentication method for the mirroring action instead of using user:password authentication. The SSH keypair is created by Forgejo and the destination repository must be configured with the public key to allow for push over SSH.