SSH proxy from Traefik to LXC

Hi!

The answer is yes, but only in version 2+ :slight_smile:

But since SSH has no notion of HOST, the only option is to dedicate a port to SSH, and no additional routing will be available (so it’s not possible to have Traefik route requests based on the subdomains for SSH).

EDIT: You’d use the rule HostSNI(*) to “catch all” from the entrypoint

1 Like