jeanp413 / open-remote-ssh

VSCode Remote Development: Open any folder on a remote machine using SSH.
MIT License
279 stars 38 forks source link

Open Remote - SSH

Open Remote SSH

SSH Host Requirements

You can connect to a running SSH server on the following platforms.

Supported:

Requirements

Activation

NOTE: Not needed in VSCodium since version 1.75

Enable the extension in your argv.json

{
    ...
    "enable-proposed-api": [
        ...,
        "jeanp413.open-remote-ssh",
    ]
    ...
}

which you can open by running the Preferences: Configure Runtime Arguments command. The file is located in ~/.vscode-oss/argv.json.

Alpine linux

When running on alpine linux, the packages gcompat, libstdc++, and procps are necessary and can be installed via running

sudo apk add gcompat libstdc++ procps

SSH configuration file

OpenSSH supports using a configuration file to store all your different SSH connections. To use an SSH config file, run the Remote-SSH: Open SSH Configuration File... command.