eclipse-theia / theia

Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.
http://theia-ide.org
Eclipse Public License 2.0
20.06k stars 2.5k forks source link

Cannot Connect to SSH Host in New Window #14344

Open parisa-mchp opened 2 weeks ago

parisa-mchp commented 2 weeks ago

Bug Description:

The SSH: Connect to Host... command fails when SSH: Connect Current Window to Host... works.

Steps to Reproduce:

  1. From the command run SSH: Connect to Host...
  2. Manually enter login information i.e. type user@ipaddress then input your password. I haven't tested this using an ssh config file.
  3. The IDE shows this notification though it's connecting: {FDD0AB3D-252B-4B72-9018-B1219C976AFF}
  4. A new window is created, however this window isn't connect to the server. This can be seen from the green icon in the lower left. Furthermore, opening a terminal creates one in the local session. {6E56DB75-FE53-469A-BC0B-B6BDD3225A61} No errors are shown in either the old, or the new window.
  5. Repeating the above steps, but using SSH: Connect Current Window to Host... and everything works as expected. image

Additional Information

In my testing, nothing else was necessary to reproduce this issue than what was described. I've tried connecting to both a linux and windows server, from both a linux and windows host, but never got the SSH: Connect to Host... command to work as expected.

JonasHelming commented 2 weeks ago

@msujew