Changes between Version 4 and Version 5 of GENIExperimenter/Tutorials/AnsibleHelloGENI/StandaloneSetup


Ignore:
Timestamp:
03/25/15 14:35:32 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/AnsibleHelloGENI/StandaloneSetup

    v4 v5  
    1111}}}
    1212 4. Run `ssh-keygen` to generate a new key pair.
     13 1. Start your ssh agent:
     14{{{
     15$ ssh-agent bash
     16$ ssh-add ~/id_geni_ssh_rsa
     17}}}
    1318 1. `cp ~/.ssh/id_rsa.pub id_rsa_ansible.pub`
    1419 5. Copy the public key onto your local machine (TBD).