- Open Github Codespaces and create your new
cloudnativetrainings/kubernetes-security
codespace. - Copy the files
ssh-config
andssh-private-key
into your codespace. - Run the following commands:
# fix the permissions of your private key
chmod 0400 ./ssh-private-key
# connect to your VM
ssh -F ./ssh-config linux-fundamentals-vm
- Delete your
cloudnativetrainings/linux-fundamentals
codespace via Github Codespaces.