|
|
|
|
|
by mihaigalos
1517 days ago
|
|
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. |
|
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.