How do I enable SSH on a Gitea self hosted instance?

I’ve added an SSH key but it says that SSH is disabled

imagea

I tried to set “DISABLE_SSH” to false in the app.ini and restarting it, but it automatically is set to true again and the following message appears.

DISABLE_SSH = false
; In rootless gitea container only internal ssh server is supported```

What can I do?

Did you set START_SSH_SERVER to true?

1 Like

Yup, it’s already set to true

I’m running this through pikapods.com which might be a part of the issue