Changes between Version 30 and Version 31 of GENIExperimenter/Tutorials/ClickExample/Execute


Ignore:
Timestamp:
07/15/14 11:12:25 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/ClickExample/Execute

    v30 v31  
    6666  ssh -A hostB
    6767  }}}
     68
     69{{{
     70#!html
     71<table id="Table_03" border="0" cellpadding="5" cellspacing="0">
     72        <tr>
     73                <td>
     74                        <img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/Symbols-Tips-icon.png?format=raw" width="50" height="50" alt="Tip">
     75               </td>
     76               <td>
     77The <code>-A</code> option enables <i>ssh forwarding</i> so you can log into other hosts in your topology from <code>hostA</code> and <code>hostB</code>.
     78        </tr>
     79</table>
     80}}}
     81
    6882=== Test remote execution ===
    6983You can execute commands in a remote host using `ssh` if you are using a Mac or Linux. There is an omni script, `remote-execute` that automates this.