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

SSH Jump / Proxy #1096

Merged
merged 1 commit into from
Jun 20, 2024
Merged

SSH Jump / Proxy #1096

merged 1 commit into from
Jun 20, 2024

Conversation

bummoblizard
Copy link
Member

@bummoblizard bummoblizard commented Jun 19, 2024

Completed the building blocks for ssh jump proxy. Closes #976

Todos:

  • Localisation
  • Port selection for ssh forwarding
  • Handle case when proxy server does not support sftp capability
  • Better code style

@@ -92,6 +95,135 @@ class WorkSpaceStorage: ObservableObject {
return fileURLWithSuffix(url: url, suffix: String(num))
}

func connectToServer(
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move the main logic to SFTPFileSystemProvider.

@bummoblizard bummoblizard changed the title [WIP] SSH Jump / Proxy SSH Jump / Proxy Jun 20, 2024
@bummoblizard bummoblizard merged commit 21ed054 into thebaselab:main Jun 20, 2024
1 check passed
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.

SSH Proxy / Jump
1 participant