Versions Compared

Key

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

...

  1. Establish a SSH tunnel through the jumphost skyhigh.hig.no by executing the following command on your terminal:
    #ssh [NTNU-username]@skyhigh.hig.no 
    e.g: ssh danil@skyhigh.hig.no

    - use your NTNU user name in order to log in

  2. After having logged in into skyhigh.hig.no, start an SSH connection to your virtual machine in openstack by executing the following command:

    #ssh -i $HOME/.ssh/ntnu-openstack.pem ubuntuuser@vm-ip-address
    e.g: #ssh -i /home/danil/.ssh/my-private-key.pem userubuntu@172.16.1.140

    - use the private-key that you generated/uploaded when creating the virtual machine through the openstack webinterface.

...