-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
remoteissues related to the remote functionalityissues related to the remote functionalityremote-sshissues related to the ssh remote functionalityissues related to the ssh remote functionality
Description
Bug Description:
I have a lot of hosts entries in ~/.ssh/config like this one:
Host pc
Hostname 192.168.100.11
Port 22
User shdwchn10
Compression yes
IdentityFile ~/.ssh/pc
And I'm unable to connect to any of them via Theia (Linux, Appimage). ssh in terminal works fine.
Steps to Reproduce:
- Have some systems with
Hostentry in~/.ssh/configfile (each system in this file doesn't allow password login) - Try to connect to any of them with
username@ip - Error:
Could not open SSH connection to remote. All configured authentication methods failed - Or try to connect with the host name (from
~/.ssh/config):pcand enter username in the second prompt - Error:
Could not open SSH connection to remote. getaddrinfo ENOTFOUND pc - If I try to enter just the host name without username in the second prompt (like it works in ssh cli:
ssh pc) I get this error:Please enter a user name.

username@ip connection error. Error from logs:
2024-09-01T16:30:34.013Z root INFO Ended remote connection to host '[email protected]'

pc connection error (logs are empty)

pc without username error (logs are empty)
Additional Information
- Operating System: Fedora Linux 40.20240828.0 (Silverblue)
- Theia Version: 1.52.0
ensignavenger
Metadata
Metadata
Assignees
Labels
remoteissues related to the remote functionalityissues related to the remote functionalityremote-sshissues related to the ssh remote functionalityissues related to the ssh remote functionality