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

Commits on Aug 28, 2018

  1. vendor: crypto/ssh/agent

    3Hren committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    a2df119 View commit details
    Browse the repository at this point in the history
  2. feat: SSH into containers through Node

    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 committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    c3eb11b View commit details
    Browse the repository at this point in the history