From 51f2ec84c1d2db33516395276475dddaa4be982c Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Mon, 22 Jul 2024 16:07:57 +0200 Subject: [PATCH] doc: add remote ssh --- docs/troubleshooting.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index b0277fa..23ba479 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -6,6 +6,7 @@ - [Fonts showing up as rectangles](#linux-fonts-rectangle) - [Global menu workaround for KDE](#linux-kde-global-menu) - [Flatpak most common issues](#linux-flatpak-most-common-issues) + - [Remote SSH doesn't work](#linux-remote-ssh) - [macOS](#macos) - [App can't be opened because Apple cannot check it for malicious software](#macos-unidentified-developer) - ["VSCodium.app" is damaged and can’t be opened. You should move it to the Bin](#macos-quarantine) @@ -55,6 +56,14 @@ Credits: [Gerson](https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/-/issues/ - If you have any other problems with the flatpak package try to look on the [FAQ](https://github.com/flathub/com.vscodium.codium?tab=readme-ov-file#faq) maybe the solution is already there or open an [issue](https://github.com/flathub/com.vscodium.codium/issues). +##### *Remote SSH doesn't work* + +Use the VSCodium's compatible extension [Open Remote - SSH](https://open-vsx.org/extension/jeanp413/open-remote-ssh). + +On the server, in the `sshd` config, `AllowTcpForwarding` need to be set to `yes`. + +It might requires additional dependeincies due to the OS/distro (alpine). + ## macOS Since the App is signed with a self-signed certificate, on the first launch, you might see the following messages: