microsoft / microsoft/vscode-remote-release

code tunnel only from certain IPs

Open
#10,218 10 comments 0 reactions 1 assignee View on GitHub

@connor4312 is already working on this.

Since Sep 4, 2024.

feature-request tunnels upstream
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.