Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.45 KB

lab-report-3-week-6.md

File metadata and controls

43 lines (31 loc) · 1.45 KB

Introduction

For this lab report, I would implement all Group Choice Opion (1-3) from lab 5. A detailed steps with relevant screenshots and descriptions would be attached below.


Streamlining ssh Configuration

  1. Open ~/.ssh/config on VS code, add the following lines:
Host ieng6
    HostName ieng6.ucsd.edu
    User cs15lsp22zzz (use your username)

Image

  1. Log into my account using just the alias I chose Image

  2. Use scp command copying a file using just the alias I chose Image

Set up Github Access from ieng6

  1. Show where the public key I made is stored on Github and in my user account Image

  2. Show where the private key is made is stored on my user account Image

  3. Show running git commands to commit and push a change to Github while logged into my ieng6 account Image

  4. Show a link for the resulting commit: commit link

Copy whole directories with scp -r

  1. Show copying my whole markdown-parse directory to my ieng6 account Image

  2. Show logging into my ieng6 account after doing this and compiling and running the tests for my repository Image

  3. Show combining scp, ;, and ssh to copy the whole directory and run the tests in one line Image