Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Install SSH - Remote tools
  2. Create a config file that contains the connection details, the file is called config with no file extension and should be placed in the /Users/<username>/.ssh folder

  3. Code Block
    Host sels-mc
    	HostName 130.211.75.156
    	IdentityFile ~/.ssh/gcp-key
    	User selvy

    The indentation is important

  4. Open the Remote connection
  5. You might be prompted for OS version, select what's appropriate
  6. A new VSC window appears, select the file explorer button
  7. Image Added
  8. Select Open Folder
  9. Image Added
  10. Your home folder on the remote VM should be listed, select OK
  11. The view should update to show the files in your home folder