Altinn / altinn-studio

Next generation open source Altinn platform and applications.
https://docs.altinn.studio
BSD 3-Clause "New" or "Revised" License
111 stars 72 forks source link

Enable SSH authentication in Gitea #11211

Open mlqn opened 11 months ago

mlqn commented 11 months ago

Description

Authentication over SSH is currently disabled. We must evaluate the security risks mentioned by Eirik before considering enabling it.

/gitea/files/conf/app.ini

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

Screenshot-2023-09-22-at-12-24-35

mirkoSekulic commented 6 months ago

Port for ssh should be configured in Kubernetes deployment as well.