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

Refactor SSHTunnel #1669

Merged
merged 2 commits into from
Sep 9, 2024
Merged

Refactor SSHTunnel #1669

merged 2 commits into from
Sep 9, 2024

Commits on Sep 6, 2024

  1. Refactor SSHTunnel

    Replace 4 different `*SSHTunnel` classes with a
    common `SSHTunnel` class. The class implements
    both remote-to-local and local-to-remote port
    forwarding where both TCP and Unix sockets can be
    used on either end, which will be useful for
    future features.
    
    This commit does not change `dstack` behavior for
    end users.
    jvstme committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    f8e3861 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Rename TCPSocket -> IPSocket

    jvstme committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    e1373c2 View commit details
    Browse the repository at this point in the history