-
|
Hey I am running a Forgejo instance on Debian 13 via https://code.forgejo.org/forgejo-contrib/forgejo-deb. Direct connection via ssh ends up in: and git push: Thank you very much! Edit: Edit2: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes, that is your issue. The thing is, this change is permanent, so even if you change the configuration of the role, this will stay like that, you need to change that back manually (or with Ansible ;)) or re-intall the forejo package, so it should change the user back to the default. (https://code.forgejo.org/forgejo-contrib/forgejo-deb/src/branch/main/deb/debian/forgejo-common.preinst) |
Beta Was this translation helpful? Give feedback.
Yes, that is your issue. The thing is, this change is permanent, so even if you change the configuration of the role, this will stay like that, you need to change that back manually (or with Ansible ;)) or re-intall the forejo package, so it should change the user back to the default. (https://code.forgejo.org/forgejo-contrib/forgejo-deb/src/branch/main/deb/debian/forgejo-common.preinst)