Skip to the content.
Lab Report 3
Streamlining SSH Configuration
.ssh/config file, edited by entering open -t config in the command line and opening and editing the file through TextEdit.

ssh command logging me into my account using just the alias.

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.

Setting up Github Access from ieng6
- Public key stored on Github
Public key stored in my user account

- Private key in my user account

- Running git commands to commit and push chanegs to Github from ieng6 account

- Link to resulting commit

Copy whole directories with scp -r
- Copying whole markdown-parse directory to my ieng6
account (it took two pictures to capture all the files saved)

- Logging into my ieng6 account after doing this and compiling and running the tests for my repository

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

Back to Homepage