Changes between Version 14 and Version 15 of GENIRacksAdministration/InstaGENIAdministration


Ignore:
Timestamp:
11/04/13 15:49:21 (10 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksAdministration/InstaGENIAdministration

    v14 v15  
    6666Once you have the new administrator SSH public key, simply secure copy the SSH public key (or entire authorized keys file) to the ''control'' host and then run the following command on the ''control'' host:
    6767 {{{
    68  $ scp user-ssh-key.pub control@your.rack.doamain:<pathtopubkey>
    69  $ ssh control@your.rack.doamain
     68 $ scp user-ssh-key.pub control.your.rack.domain:<pathtopubkey>
     69 $ ssh control.your.rack.domain
    7070 control-host> sudo /usr/local/bin/mkadmin.pl <username> <pathtopubkey>
    7171 }}}
     
    7373Repeat the procedure for the ''foam'' host:
    7474 {{{
    75  $ scp user-ssh-key.pub foam@your.rack.doamain:<pathtopubkey>
    76  $ ssh foam@your.rack.doamain
     75 $ scp user-ssh-key.pub foam.your.rack.domain:<pathtopubkey>
     76 $ ssh foam.your.rack.domain
    7777 foam-host> sudo /usr/local/bin/mkadmin.pl <username> <pathtopubkey>
    7878 }}}
     
    8080And finally repeat the procedure for the ''flowvisor'' host:
    8181 {{{
    82  $ scp user-ssh-key.pub flowvisor@your.rack.doamain:<pathtopubkey>
    83  $ ssh flowvisor@your.rack.doamain
     82 $ scp user-ssh-key.pub flowvisor.your.rack.domain:<pathtopubkey>
     83 $ ssh flowvisor.your.rack.domain
    8484 flowvisor-host> sudo /usr/local/bin/mkadmin.pl <username> <pathtopubkey>
    8585 }}}
     
    129129To remove access for any accounts, an administrator must execute the '' '''mkadmin.pl''' '' script on the ''control'', ''foam'', and ''flowvisor'' hosts as follows:
    130130 {{{
    131  $ ssh control@your.rack.domain
     131 $ ssh control.your.rack.domain
    132132 $ sudo /usr/local/bin/mkadmin.pl -r <username>
    133133 }}}
     
    135135Repeat the procedure for the ''foam'' host:
    136136 {{{
    137  $ ssh foam@your.rack.domain
     137 $ ssh foam.your.rack.domain
    138138 $ sudo /usr/local/bin/mkadmin.pl -r <username>
    139139 }}}
     
    141141And finally, repeat procedure for the ''flowvisor'' host:
    142142 {{{
    143  $ ssh flowvisor@your.rack.domain
     143 $ ssh flowvisor.your.rack.domain
    144144 $ sudo /usr/local/bin/mkadmin.pl -r <username>
    145145 }}}