Changes between Version 8 and Version 9 of GENIExperimenter/Tutorials/GENIDesktop/GEC23/GENI_Desktop_ssh


Ignore:
Timestamp:
06/12/15 12:46:20 (9 years ago)
Author:
griff@netlab.uky.edu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/GENIDesktop/GEC23/GENI_Desktop_ssh

    v8 v9  
    1515== Ssh'ing into nodes from the GENI Desktop ==
    1616
    17 To open an ssh session, you must first launch the ssh tool. You can launch the ssh tool by clicking the '''SSH''' Button from the list of modules in the upper lefthand corner of the GENIDesktop. This will create an ssh button [[Image(wiki:GEMINI/Tutorial/Images:ssh.png,5%)]] near the task bar on the bottom. To ssh into nodes, select the node in the topology by left-clicking on the node. Once selected, press the ssh button to ssh into your network. You may need to accept the security certificate if prompted by your browser. You can iconify the ssh button or de-iconify the ssh button by clicking ssh in the task bar.
     17To open an ssh session, you must first launch the ssh tool. You can launch the ssh tool by clicking the '''SSH''' Button from the list of modules in the upper lefthand corner of the GENIDesktop. This will create an ssh button [[Image(wiki:GEMINI/Tutorial/Images:ssh.png,5%)]] near the task bar on the bottom. To ssh into nodes, select the node in the topology by left-clicking on the node. Once selected, press the "Open Browser SSH" button to ssh into your network. You may need to accept the security certificate if prompted by your browser. You can iconify the ssh button or de-iconify the ssh button by clicking ssh in the task bar.
    1818
    1919== Viewing traffic from the GENI Desktop  ==
     
    4040== __Exercise Tasks__ ==
    4141
    42  a. '''Task 1:''' Use run command (from previous section) to install iperf on each node (Hint : use command "apt-get -y update;apt-get -y install iperf;")
     42 a. '''Task 1:''' Use the run command (from the previous section) to install iperf on each node (Hint : use command "apt-get -y update; apt-get -y install iperf" to install iperf)
    4343 a. '''Task 2:''' Ssh into Node-0 and Node-1.
    4444 a. '''Task 3:''' Use iperf to generate traffic between Node-0 and Node-1.