4. Configure VSCode to connect securely to Tux (REQUIRED)
By default, VSCode uses a TCP port to talk to the VSCode server on remote hosts. This is insecure on multi-user systems like Tux, as any user can connect to your TCP port and there is no security applied on this port. Thus, you MUST configure VSCode to use Sockets to talk to Tux, as this uses socket-based communication which is more secure on multi-user systems.
4A Open Settings from the Gear icon at the bottom left of the VSCode Window:
4B Find Extensions and expand it, then find Remote - SSH and select it.
4C Scroll down to "Remote.SSH: Remote Server Listen On Socket" and enable this.
5. Connecting to Host and adding new SSH
6. Setting up SSH Host
7. Setup *ALMOST* Complete. You can see your Tux files & folder in left "Explorer" navigation. *BUT* see *NEXT* step below as well.