cse15l-lab-reports

Lab Report 1

This is a tutorial showing how I logged into a course specific account on ieng6.

Step 1: Installing Visual Studio Code (VS Code)

Image

Step 2: Remotely Connecting

Image

Image

Step 3: Trying Some Commands

Image

Step 4: Moving Files with scp

Image

Step 5: Setting an SSH Key

Image


    ssh cs15lsp22zz@ieng6.ucsd.edu

    Enter Password:

    now on server

    mkdir .ssh

    logout using ctrl d or typing in exit

    back on client

    scp /Users/molmedo/.ssh/id_rsa.pub cs15lsp22agx@ieng6.ucsd.edu:~/.ssh/authorized_keys

Image

Step 6: Optimizing Remote Running

Image