I am developing some machine learning code and I just got an AWS instance for that. To access the instance, I need to
- ssh from the local machine to a bastion server (which is also an AWS instance).
- ssh from the bastion server to the development machine.
For development, I would like to attach Visual Studio to the remote machine. Is there a way for doing that? I tried adding a ~/.ssh/config
file with the login credentials in the bastion server, but that does not change the available hosts listed by Visual Studio.