Skip to content

Conversation

@msujew
Copy link
Member

@msujew msujew commented Jun 23, 2025

What it does

Closes #15670

Splits the SSH feature from the @theia/remote package into its own @theia/remote-ssh package. Does so for better separate of concers and to allow adopters to add remote features without automatically adding the SSH features into the application.

How to test

Confirm that the Remote SSH feature still works as expected. Removing @theia/remote-ssh from the electron example app package should still allow to use the other remote (WSL, Dev-Container) features, while removing only the SSH related features.

Review checklist

Reminder for reviewers

@msujew msujew requested a review from jonah-iden June 23, 2025 17:03
@msujew msujew added the remote-ssh issues related to the ssh remote functionality label Jun 23, 2025
@github-project-automation github-project-automation bot moved this to Waiting on reviewers in PR Backlog Jun 23, 2025
@jonah-iden
Copy link
Contributor

@msujew i think something might still be broken. At least for me it does not call the establishConnection method on backend side when i try to connect to host. So after the quick input nothing happens

@ndoschek
Copy link
Contributor

Hi @msujew, this PR has been quiet for a while, just wondering if you are still planning to continue with that? TIA!

@msujew
Copy link
Member Author

msujew commented Oct 22, 2025

Jonah is currently on vacation. I'll update and look into the SSH issue once he's back :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

remote-ssh issues related to the ssh remote functionality

Projects

Status: Waiting on reviewers

Development

Successfully merging this pull request may close these issues.

Split remote-ssh from the @theia/remote package

4 participants