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

feat: SSH into containers through Node #1216

Merged
merged 2 commits into from Aug 30, 2018
Merged

feat: SSH into containers through Node #1216

merged 2 commits into from Aug 30, 2018

Conversation

3Hren
Copy link
Member

@3Hren 3Hren commented Jul 20, 2018

This allows to perform SSH'ing into containers by specifying only deal
and task identifiers independing of whereever those containers are being
run.

This is done by proxying the traffic through local Node.

The idea is to hijack to incoming TCP connection with further resolving
the real endpoint of a Worker where a container is being run by deal ID
using NPP with further traffic forwarding directly into it. The Worker
may not be having a public IP address.

@3Hren 3Hren added the T: WIP This PR/Issue still in progress label Jul 20, 2018
@3Hren 3Hren changed the title Feat/npp ssh feat: SSH into containers through Node Jul 23, 2018
@3Hren 3Hren force-pushed the feat/npp-ssh branch 2 times, most recently from d3a226e to e781b2d Compare July 23, 2018 07:07
@3Hren 3Hren added S: Node This PR/Issue changes Node S: Worker This PR/Issue changes Worker T: feature This PR/Issue adds a new feature P: medium This PR/Issue has normal priority V: minor This PR/Issue required minor version to be bumped and removed T: WIP This PR/Issue still in progress labels Jul 23, 2018
@3Hren 3Hren added this to the v0.4.10 milestone Aug 15, 2018
@3Hren 3Hren force-pushed the feat/npp-ssh branch 2 times, most recently from f05dc57 to b7b8db3 Compare August 24, 2018 11:57
This allows to perform SSH'ing into containers by specifying only deal
and task identifiers independing of whereever those containers are being
run.

This is done by proxying the traffic through local Node.

The idea is to hijack to incoming TCP connection with further resolving
the real endpoint of a Worker where a container is being run by deal ID
using NPP with further traffic forwarding directly into it. The Worker
may not be having a public IP address.
@3Hren 3Hren merged commit 461acba into master Aug 30, 2018
@3Hren 3Hren deleted the feat/npp-ssh branch August 30, 2018 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P: medium This PR/Issue has normal priority S: Node This PR/Issue changes Node S: Worker This PR/Issue changes Worker T: feature This PR/Issue adds a new feature V: minor This PR/Issue required minor version to be bumped
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants