You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open Github Codespaces and create your new cloudnativetrainings/kubernetes-security codespace.
Copy the files ssh-config and ssh-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 kubernetes-security-vm
# verify if everything is setup properly
make verify
Teardown the training environment
Delete your cloudnativetrainings/kubernetes-security codespace via Github Codespaces.