| 215 | |
| 216 | * Get the login information from the manifest |
| 217 | |
| 218 | Example: |
| 219 | {{{ |
| 220 | geni@geni-VirtualBox:$ grep login gimi08slice-manifest-rspec-geni-renci-org-11443-orca.xml |
| 221 | <login authentication="ssh-keys" hostname="152.3.144.112" port="22" username="root"/> |
| 222 | <login authentication="ssh-keys" hostname="152.3.144.111" port="22" username="root"/> |
| 223 | <login authentication="ssh-keys" hostname="152.3.144.110" port="22" username="root"/> |
| 224 | <login authentication="ssh-keys" hostname="152.3.144.113" port="22" username="root"/> |
| 225 | <login authentication="ssh-keys" hostname="152.3.144.109" port="22" username="root"/> |
| 226 | }}} |
| 227 | |