Changes between Version 4 and Version 5 of GENIExperimenter/Tutorials/AnsibleHelloGENI/StandaloneSetup
- Timestamp:
- 03/25/15 14:35:32 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GENIExperimenter/Tutorials/AnsibleHelloGENI/StandaloneSetup
v4 v5 11 11 }}} 12 12 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 }}} 13 18 1. `cp ~/.ssh/id_rsa.pub id_rsa_ansible.pub` 14 19 5. Copy the public key onto your local machine (TBD).