Open main menu

CDOT Wiki β

Changes

OPS705 Lab 1

652 bytes added, 15:47, 2 February 2023
Part 4: Adding Your Professor's Public Key
== Part 3: Downloading OPS705 Lab Files ==
[[Image:Ops705_lab1_fig6.png|thumb|right|450px|Figure 6. Lab files downloaded to CentOS.]]
A number of files have been created for you that you need for the next several labs. These must be downloaded to your CentOS VM using the following steps:
# Install git: <code>sudo yum -y install git</code>
# Run the following command to show you've properly downloaded all lab files, and take a screenshot of the result: <code>ls -lh ~/bin</code>
== Part 4: Adding Your Professor's Public Key ==In this section, you will add your professor's public key to allow them to log in to your Linux VM and run lab checks and perform troubleshooting when needed. # On Blackboard, find your professor's public key in ''Course Documents'' and copy the text from inside the file.# Using the following command as your '''regular user''', install your professor's public key on to your Linux VM (substitute ''professorID'' for the actual public key text): <code>echo "''professorID''" >> ~/.ssh/authorized_keys</code> == Part 5: Fully Stopping your CentOS VM ==
As with the Windows Server VM, fully deallocating your VM is essential to responsible usage.