Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Run the following command, where -L mean to forward server's port to local. Because Kubernetes exposes port 6445, we would like to forward it to localhost:6443. The username should just be your Cornell NetID (it's easier to memorize). An admin account holder should be able to create the linux account for you.

    ssh -i -L 6445:localhost:6443 username@ssh.diaper-project.com 

  2. You should see a pop-up looks like this, which means that you have already connected to the server. 

...