

Once connected to a server, you can interact with files and folders anywhere on the remote filesystem. The Visual Studio Code Remote - SSH extension allows you to open a remote folder on any remote machine, virtual machine, or container with a running SSH server and take full advantage of VS Code's feature set.

so just for grins, I did another install, this time only installing SSH and Standard System Utilities. during the Debian Install (even though I never recalled installing this before).

I thought maybe something got missed by not installing "Standard System Utilities". grabbed it manually wget /public/archive.key and then apt-key add archive.key to resolve this issueĪt that point, I can copy/paste the 2nd box, and the procedure continues like it always has previously. For some reason, the key still doesn't get fetched after gnupg is installed. apt install gnupg2 wget and running the 2nd box again, should handle this problemĢ. It appears on a minimal Debian 10 install, gnupg and wget is not installed, this causes the 2nd command to fail as it can't fetch the omv key. The second one, errors out on a couple issues.ġ. The first command ran no problem (add the repo). then I followed the instructions in the guide. I unchecked everything except SSH server, as I always have. During the install when it came time to install packages. Installed Debian 10 from the netinst ISO as I've always done before. Ran into a few problems with a virtual install.
