About 8,600 results
Open links in new tab
  1. Remote Development using SSH - Visual Studio Code

    Start by selecting Remote-SSH: Add New SSH Host... from the Command Palette (F1, ⇧⌘P (Windows, Linux Ctrl+Shift+P)) or clicking on the Add New icon in the SSH Remote Explorer in the Activity Bar. You'll then be asked to enter the SSH connection information.

  2. Remote development over SSH - Visual Studio Code

    If you don't have an SSH key pair, open a bash shell or the command line and type in: This will generate the SSH key. Press Enter at the following prompt to save the key in the default location (under your user directory as a folder named .ssh). You will then be prompted to enter a secure passphrase, but you can leave that blank.

  3. Remote SSH: Tips and Tricks - Visual Studio Code

    Oct 3, 2019 · Connect using Remote SSH. The Visual Studio Code Remote - SSH extension allows you to connect to a remote machine or VM using SSH, all from inside VS Code. If you don't already have the extension installed, you can search for "remote ssh" in the Extensions view (⇧⌘X (Windows, Linux Ctrl+Shift+X)).

  4. How do I configure a different shell for a VS Code SSH Remote?

    May 3, 2019 · To do this, open the remote workspace in VS Code and run the Open Remote settings command: Set terminal.integrated.shell.linux to point to your shell and save the file: The remote settings apply to all workspaces you open on a given host, but must be configured for each host you connect to. this is deprecated now.

  5. How To Use Visual Studio Code for Remote Development via the Remote-SSH ...

    Aug 5, 2021 · In this tutorial, you’ll enable the Remote-SSH plugin, configure Visual Studio Code to execute code on the remote server, and execute code from your local Visual Studio Code installation on the remote server.

  6. Configure Remote SSH Connections in Visual Studio Code

    Mar 15, 2024 · The Remote SSH extension allows you to connect to remote computers via SSH and edit files, scripts, configurations, or execute commands on remote Windows or Linux hosts directly from VS Code installed on your computer. Here’s how to configure a Visual Studio Code SSH client to connect to remote hosts.

  7. Set up VS Code as your SSH Client - DEV Community

    Mar 30, 2023 · If you would like to test out using SSH within your command line interface, you can play around with it through Terminal on Mac or Command Prompt on windows. Try out these commands to learn how it can work from the command line.

  8. Remote Development with VS Code with an SSH Key Setup on Linux

    May 12, 2021 · In this article, I providing a high level summary of the steps necessary to setup an SSH key by following this long YouTube video by Tuts+ Computer Skills. This is the first step to start...

  9. CheatSheet: How to set up remote development with VS Code using SSH ...

    Jan 25, 2024 · The blog post provides a short guide on accessing source code remotely with SSH using VS Code. It covers which of the Visual Studio Code extensions you should install, SSH configuration, connecting to the host, and using VS Code for remote development.

  10. Using VS Code as an SSH Client | Mykal Machon

    Apr 23, 2024 · Today I learned you can literally use Visual Studio Code as an SSH client. You just enter the server address, login, use the built-in terminal, open a folder as a project, and edit all your files as if they were on your machine normally.

  11. Some results have been removed