I am trying to connect to a Dev container installed on an EC2 instance from my VS code application. This works when I am not on the Corporate network/VPN using Remote SSH extension in VS Code. However, because Corporate networks have the Port 22 used by SSH protocol disabled I am looking for a way to do the above “without” making a direct SSH connection to the EC2 instance and disconnecting from the Corporate network.
All the articles on the internet talk about doing this with remote SSH. I am specifically looking for some suggestions to achieve this without SSH or Port 22.
SM_07 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.