Version 2 (modified by 12 years ago) (diff) | ,
---|
GENI-in-a-Box Tips
Creating User Accounts
GENI-in-a-Box creates an account for user 'alice' on the virtual machines created for your slice. You can replace this account with one of your choosing or add additional accounts. The following steps show how you can add an account of user 'chris':
- Make the following changes to the file
~/.gcf/omni_config
:- Look for the string
users =
in the file~/.gcf/omni_config
and add Chris to the list of users:users = Alice, Chris
- Look for the string
- Look for the section that starts with
gib_ch
. Add to that section the lines:cert=~/.gcf/chris-cert.pem key=~/.gcf/chris-key.pem
- Look for the section
# Define users here.
and add the following lines to that section:[Chris] urn=urn:publicid:IDN+geni.net:gpo:gcf+user+alice keys=~/.gcf/chris.pub
- Make the following changes to the file
~/.gcf/gcf-config
:jj
All accounts will have the same password, stored in the file ~/.gcf/passwords of the GENI-in-a-Box account you are logged into when you start up GENI-in-a-Box.