Instructions

SSH into Cloudlab Node

  1. Open your terminal.

  2. Use the following command to SSH into the Cloudlab Node:

    ssh CLOUDLAB_USERNAME@CLOUD_LAB_IP
    password CLOUD_LAB_PASSWORD
    

Replace CLOUDLAB_USERNAME with given the Cloudlab username, CLOUD_LAB_IP with the Cloudlab Node's IP address, and CLOUD_LAB_PASSWORD with your given Cloudlab password.

  1. Once you are successfully connected to the Cloudlab Node, you can SSH into the assigned VM using the following command:

    ssh USERNAME@VM_IP
    password USER_PASSWORD
    

Replace USERNAME with your VM username, VM_IP with the VM's IP address, and USER_PASSWORD with your VM password.