79436111

Date: 2025-02-13 12:19:08
Score: 1
Natty:
Report link

The Problem with an ssh-server behind traefik is that ssh-clients do not send a HostSNI Parameter with the tcp connection because it does not use tls.

traefik community post with the same problem

https://community.traefik.io/t/routing-ssh-traffic-with-traefik-v2/717

But Traefik can only route if it is present.

I have tried myself setting up a git server behind traefik my easiest solution was putting it on another port.

I don't know about gitlab but eg. Gogs (a git server) allows setting a port in the config for ssh cloning so the provided command in the ui uses that.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Checker 8763