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/linux-fundamentals codespace.
Create the .secretsdirectory
mkdir /training/.secrets/
Copy the files README.MD, ssh-config and ssh-private-key into the directory named .secrets into your codespace. You can drag and top those two files into the browser.
Run the following commands:
# fix the permissions of your private key
chmod 0400 /training/.secrets/ssh-private-key
# connect to your VM
ssh -F /training/.secrets/ssh-config linux-fundamentals-vm
Teardown the training environment
Delete your cloudnativetrainings/linux-fundamentals codespace via Github Codespaces.