-
Notifications
You must be signed in to change notification settings - Fork 0
Visual Studio Code Extensions
phaledang edited this page Dec 10, 2023
·
11 revisions

- https://code.visualstudio.com/docs/remote/ssh-tutorial
- Linux,
- Windows 10 / Server (1803+),
- macOS
- Create a VM on Azure.
- Getting started(https://aka.ms/vscode-remote/ssh/tutorial)
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.