Hey @ArcticStag
You can just create the new entry point that listens on a specific port, e.g. 22, and then create a TCP router. All incoming request that matches the router should be forwarded to your SSH server.
Here are a few examples on that forum:
Please refer also to the official documentation:
- Entrypoint: Traefik EntryPoints Documentation - Traefik
- TCP router: Traefik Routers Documentation - Traefik
- TCP service: Traefik Services Documentation - Traefik
I hope that helps.
Thank you, Jakub