
This template is unique from others since it deploys many VMs.
The Dev VM is the traditional VM dev workspace you’d expect running ubuntu 24.04. This VM is deployed to the same LAN as the test VMs so it can connect to them directly (mostly this is k8s after all).

Your SSH key from the coder control plane will be added to each test VM deployed in the template. This means that you can login to them using the GIT_SSH_COMMAND (WEIRD but very useful).
To help streamline this the cssh alias has been added so you can run: cssh root@<ip> to login.
You can also provide your own SSH key at setup time if you want to use a local key to SSH into the test VMs. This allows you to bring your own key or use the Dev VM as a jump host via coder ssh on your local system.