Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for SSH internal IP #157

Open
D-Parker opened this issue Feb 23, 2020 · 1 comment
Open

Support for SSH internal IP #157

D-Parker opened this issue Feb 23, 2020 · 1 comment
Assignees

Comments

@D-Parker
Copy link

I've been using the github version of the library. My organization uses a VPC with subnetworks, but only allows SSH traffic between internal IP addresses. I run Rstudio on a Linux VM instance within the subnetwork. Connecting to the VM instances created by the library via SSH works for me after I manually reassign the IP with this command:

vm$networkInterfaces$accessConfigs[[1]]$natIP <- vm$networkInterfaces$networkIP

Would it be possible to add built-in support for internal IP as an option? (If there is not some other way of setting it up that I have missed)

Thanks in advance

@MarkEdmondson1234
Copy link
Collaborator

Thanks for the how-to on doing it, looks very doable :)

Subnetwork support in general looks like the next feature to work on, similar to #154

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants