VSC Remote-ssh access to OpenSUSE host

Hi there, I just switched from Debian to openSUSE and I’m trying to continue using VS Code as I always did. I was always able to use the Remote‑SSH VS Code plugin to connect to my remote Linux host for editing files and executing commands. Unfortunately, I can’t get this to work on any openSUSE variants. I’ve tried disabling SELinux, logging in as root, and installing many additional packages, but with no result. I can see that the VSCode-server is deployed on the remote host during the SSH session, but it fails to start. Has anyone managed to get this working? Thx,

Hi, welcome to these forums. Have to say that I don’t use VS Code, but:

  • Is the SSH service enabled and started
  • I s the port in firewalld open?
  • Did you ssh-copy-id to the remote?

Hi Thx, for your reactions. Meanwhile I found out that there is a closed bug ([Remote-SSH Bug]: Bug caused by version 1.86.0 · Issue #9467 · microsoft/vscode-remote-release · GitHub) with does not resolve the issue for openSUSE. As workaround I have downgraded VSC to version 1.85.2.

Additional findings
| Status | VSC | Remote SSH |
| Working | 1.85.2 | 0.107.1 |
| Working | 1.85.2 | 0.109.0 |
| Working | 1.85.2 | 0.110.0 |
| No | 1.85.2 | 0.110.1 |
| No | 1 .85.2 | 0.112.0 |
| No | 1.85.2 | 0.120.1 |
| Bug | 1.86.0 | |

It looks SUSE is not supported bij VSC/Remote SSH :(.