Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 11 Current »

Setup:

  1. Make sure the PEM file that was created when you created an SSH key is in your Downloads folder.
    (Here's the link for reference: Create an SSH Key)

  2. Open up a terminal window, and type this command:

    chmod 600 ~/Downloads/NAMEOFPEMFILE.pem
  3. Now we can ssh into the instance:

    ssh username@YOURIPADDRESS -i ~/Downloads/NAMEOFPEMFILE.pem
  4. Everything should now be setup and ready to go.

 

  • No labels