Open main menu

Changes

=== VSCode and VirtualBox ===
When using [[VirtualBox ]] to manage Linux VMs on your local Windows host, you can setup your SSH config file with a simple stanza to forward local connections on port 2222 to the SSH server on the VM like this.
<syntaxhighlight lang="bash">
Host 127.0.0.1
IdentityFile C:/Users/greg/.ssh/id_ed25519
</syntaxhighlight>
In this way, [[VSCode ]] will be able to seamlessly connect to the VM, without prompting for a password every time.
== Fingerprints ==