cse15l-lab-reports

Improving Remote Operations

Streamlining ssh Configuration

  1. The images below show my .ssh/config file. I edited using VScode as seen below. Image Image
  2. The next image is me logging in to my account using the ssh command using just the alias I chose. Image
  3. The next image shows an scp command copying the test.txt file to my account using just the alias I chose. Image

    Setup Github Access from ieng6

  4. Below is where the public key I made is stored on Github and in my user account. My privatee key is stored in the directory as seen in the second picture. Image Image Image
  5. Below is me committing a change I made to my SkillDemo.java file. Image

    Copy whole directories with scp -r

  6. Below I copy my whole markdown-parse directory to my ieng6 account Image
  7. I log into my ieng6 account after doing this and compile and run the tests for your repository below. Image
  8. Here is me combining scp, ;, and ssh to copy the whole directory and run the tests in one line. Image