Most corporate networks won't allow you to open ports on your machine without approval.
Solutions like tmate (awesome btw!) don't work because they're filtered.
I use tmux with a reverse ssh to a VM in our cloud and then a colleague can forward ssh to the VM.
"tmate is useful as it goes through NATs and tolerate host IP changes. Accessing a terminal session is transparent to clients as they go through the tmate.io servers, acting as a proxy. No authentication setup is required, like setting up ssh keys."
Corporate can't block outgoing traffic on well-known ports without user impairment, even with MITM certificates in place HSTS solves that security hole making outbound 443 quite open in most networks.
EDIT:
tmate uses SSH as outbound transport, just like you are.
I use tmux with a reverse ssh to a VM in our cloud and then a colleague can forward ssh to the VM.