You can connect to a running SSH server on the following platforms.
Supported:
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 libstdc++
and bash
are necessary and can be installed via
running
sudo apk add bash libstdc++
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.