Skip to content

Visual Studio Code Extensions

phaledang edited this page Dec 10, 2023 · 11 revisions

Remote SSH

image image image

If you do not have a SSH host set up, follow the directions for Linux, Windows 10 / Server (1803+), or macOS or create a VM on Azure.

Getting started Follow the step-by-step tutorial or if you have a simple SSH host setup, connect to it as follows:

Press F1 and run the Remote-SSH: Open SSH Host... command. Enter your user and host/IP in the following format in the input box that appears and press enter: user@host-or-ip or user@domain@host-or-ip If prompted, enter your password (but we suggest setting up key based authentication). After you are connected, use File > Open Folder to open a folder on the host. You can press F1 to bring up the Command Palette and type in Remote-SSH for a full list of available commands.

Command palette

You can also click on the Remote "Quick Access" status bar item in the lower left corner to get a list of the most common commands.

Clone this wiki locally