Replies: 1 comment 6 replies
-
Hey @KGZaker, nice find with those crosstool-NG instructions! It's interesting because we do technically look for those environment variables, as seen in the main server script. For some reason, though, the way that our I was able to get around this by manually patching
Then I tried to connect again and it worked. As the VS Code docs say, "this approach is a technical workaround and is not an officially supported usage scenario," so I can't guarantee it'll remain working this way. But for now, hopefully this helps. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
First, thank you so much for maintaining Positron—it’s been a huge help!
Background:
I’m trying to use Positron’s SSH feature to connect to an HPC cluster running Ubuntu 18.04, but out of the box neither Positron nor VS Code’s Remote–SSH work on that older distro. Following the instructions here: can-i-run-vs-code-server-on-older-linux-distributions, I configured a
sysroot
andpatchelf
. After that, I can successfully connect to the Ubuntu 18.04 host from the latest VS Code via the built-in Remote–SSH extension. However, Positron still fails to connect via SSH.Expected Behavior:
Maybe Positron can leverage the same patched server approach (or an equivalent workaround) to establish an SSH‐Remote session on Ubuntu 18.04 HPC hosts.
Questions:
Are there alternative methods you’d recommend for getting Positron’s SSH support working on older Linux distributions?
Any guidance would be much appreciated! Thank you again for your work on Positron.
Beta Was this translation helpful? Give feedback.
All reactions