Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 816 Bytes

File metadata and controls

25 lines (17 loc) · 816 Bytes

Linux Fundamentals

Setup the training environment

  1. Open Github Codespaces and create your new cloudnativetrainings/linux-fundamentals codespace.
  2. Create the .secretsdirectory
mkdir /training/.secrets/
  1. 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.
  2. 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

  1. Delete your cloudnativetrainings/linux-fundamentals codespace via Github Codespaces.