I've built a Go binary for handling SSH traffic. And deployed it to Cloud Run.
Looks like cloud run allows only HTTP traffic, and my attempts to connect via ssh -p 80 ***.run.app
fails.
How to allow SSH traffic to be passed through? I assume I need to allow TPC connections some how?
Thanks in advance.