Open main menu

CDOT Wiki β

Changes

OPS705 Lab 1

561 bytes added, 15:47, 2 February 2023
Part 4: Adding Your Professor's Public Key
# 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.