microsoft / microsoft/vscode-remote-release
code tunnel only from certain IPs
@connor4312 is already working on this.
Since Sep 4, 2024.
- Dominant language
- Dockerfile
- Stars
- 4.2k
- Forks
- 469
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 1
Description
Context: I've got a SLURM cluster. I want to run code tunnel inside of interactive jobs such that users can then use the compute node for remote development. (Note, I don't want to use SSH as variables, such as CUDA_VISIBLE_DEVICES won't be set, and users might accidentally use others' resources.)
Currently, I can start the code tunnel from inside of the job, but it is then accessible from any machine where the user is logged into their github.
This is less safe than our current implementation via SSH, which is protected by VPN and so machines that can connect can be controlled.
Is it possible to set up code tunnel such only certain IPs can be allowed to connect? Or something similar so that I can limit connection to only approved work devices?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.