Skip to the content.

Lab Report 3

Streamlining SSH Configuration

  1. .ssh/config file, edited by entering open -t config in the command line and opening and editing the file through TextEdit. Image
  2. ssh command logging me into my account using just the alias. Image
  3. scp command copying a file to my account using just the alias is underlined in red. You can see that MyFile.txt is not in server before using this scp command, and it is in the server afterwards. Image

Setting up Github Access from ieng6

  1. Public key stored on Github Image Public key stored in my user account Image
  2. Private key in my user account Image
  3. Running git commands to commit and push chanegs to Github from ieng6 account Image
  4. Link to resulting commit Image

Copy whole directories with scp -r

  1. Copying whole markdown-parse directory to my ieng6 account (it took two pictures to capture all the files saved) Image Image
  2. 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 Image

Back to Homepage