-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Description
Bug Description:
If trying to use SSH when the .ssh/config
file is absent produces an error here: remote-ssh-connection-provider.ts. However, if you create an empty config file it works fine. Would it make sense to handle no config file the same as an empty config?
Steps to Reproduce:
- Delete or rename the
.ssh/config
file. - Attempt to use the SSH extension.
- There should be an error like:

What's curious also is that on windows the error looks like this:

where there should be a slash between the username and .ssh
. This issue seems to be purely visual however and doesn't affect the functionality.
Additional Information
- Operating System: Ubuntu 22.04 and Windows 11
- Theia Version: b79a25be
Metadata
Metadata
Assignees
Labels
No labels