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

Conversation

jvstme
Copy link
Collaborator

@jvstme jvstme commented Sep 6, 2024

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
#1633 and #1595.

This commit does not change dstack behavior for
end users.

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 jvstme requested a review from un-def September 6, 2024 20:41
@jvstme jvstme merged commit 3f01327 into master Sep 9, 2024
18 checks passed
@jvstme jvstme deleted the refactor_ssh_tunnel branch September 9, 2024 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants