Changes between Version 67 and Version 68 of GENIExperimenter/Tutorials/GENI-SAVI/DesignSetup


Ignore:
Timestamp:
06/23/15 10:54:49 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/GENI-SAVI/DesignSetup

    v67 v68  
    4242}}}
    4343When prompted, enter the SAVI username and password.
    44    * '''Windows users should use an SCP client of their choice (such as `winscp`)'''
     44
     45|| [[Image(wiki:GENIExperimenter/Tutorials/Graphics:tip.png, nolink, 50px, bottom)]] || '''Tip:''' Windows users should use an SCP client of their choice (such as `winscp`)   ||
     46
    4547}}}
    4648 * Using your SAVI credentials, log in to `client1.savitestbed.ca` using `ssh`. 
    4749{{{
    4850#!div style="background: #ffd; border: 3px ridge; width: 800px;"
    49    * Any SSH tool can be used for this, including the built-in terminal tools on any Unix- or Linux-based system, or the Putty and cygwin ssh on Windows.  On UNIX-like systems do:
     51
     52
     53|| [[Image(wiki:GENIExperimenter/Tutorials/Graphics:tip.png, nolink, 50px, bottom)]] || '''Tip:''' Any SSH tool can be used for this, including the built-in terminal tools on any Unix- or Linux-based system, or the Putty and cygwin ssh on Windows.     ||
     54On UNIX-like systems do:
    5055{{{
    5156$ ssh <savi-username>@client1.savitestbed.ca
     
    5964$ omni-configure
    6065}}}
    61  * `omni-configure` should place your SSH keys (`geni_key_portal` and `geni_key_portal.pub`) in your `~/.ssh` folder on `client1.savitestbed.ca`.  Check to make sure that the keys are there:
    62 {{{
    63 jdoe_geni@savi-client1:~$ ls ~/.ssh
     66}}}
     67 * `omni-configure` should place your SSH keys (`geni_key_portal` and `geni_key_portal.pub`) in your `~/.ssh` folder on `client1.savitestbed.ca`. 
     68{{{
     69#!div style="background: #ffd; border: 3px ridge; width: 800px;"
     70Check to make sure that the keys are there:
     71{{{
     72$ ls ~/.ssh
    6473geni_cert_portal_key  geni_cert_portal_key.pub  geni_key_portal  geni_key_portal.pub  id_rsa.pub  known_hosts
    6574}}}