I want to be able to connect to the environment using Visual Studio Code, so first we need to create a SSH key:
ssh-keygen -t rsa
We need a configuration YAML, replace <generated ssh-rsa key> with the above key, saved as cloud-init.yaml:
groups:
- vscode