Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.17 KB

ENV_SETUP.md

File metadata and controls

30 lines (20 loc) · 1.17 KB

Verifying your environment

To connect using Putty from Windows laptop

  • Right click to download this ppk key > Save link as > save to Downloads folder

  • Use putty to connect to the test node using the ppk key:

    • Connection > SSH > Auth > Private key for authentication > Browse... > Select hdf-workshop.ppk Image
  • Create a new seession called hdf-workshop, please note the IP address for the test instance is: 54.153.16.40. Image

To connect from Linux/MacOSX laptop

  • SSH into your EC2 node using below steps:
  • Right click to download this pem key > Save link as > save to Downloads folder
  • Copy pem key to ~/.ssh dir and correct permissions
    cp ~/Downloads/hdf-workshop.pem ~/.ssh/
    chmod 400 ~/.ssh/hdf-workshop.pem
    
  • Login to the test ec2 node
     ssh -i  ~/.ssh/training-keypair.pem [email protected]