Copy the files ssh-private-key
and ssh-config
to your codespace.
# 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