Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 326 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 326 Bytes

Kubernetes Security Training

Connect to the VM

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