Skip to content

cloudnativetrainings/linux-fundamentals

Repository files navigation

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.

About

Linux Fundamentals Training Labs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages