Changes between Version 4 and Version 5 of FeddDesktop


Ignore:
Timestamp:
Sep 10, 2013 11:26:09 AM (11 years ago)
Author:
faber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FeddDesktop

    v4 v5  
    3636
    3737Be sure to run these commands as root before attempting to create experiments using the desktop plugin.
     38
     39sshd must be configured to allow layer 2 tunneling.  In {{{/etc/ssh/sshd_config}}} or similar, set:
     40
     41{{{
     42PermitTunnel yes
     43}}}
     44
     45And restart sshd.
    3846
    3947Also follow the [FeddConfig#MakingaFedidCertificate instructions for creating a fedid] for this controller.  Save that identity in the configuration directory we create below.  Conventionally, that ID is stored in {{{fedd.pem}}}.
     
    102110Change {{{faber}}} to the username of the DETER user you wish to grant access.  If you want multiple users to be able to federate this machine, add additional lines with the same format.  The fedid at the beginning of the line is the fedid of the DETER experiment controller.  This line allows the named DETER users (as validated by the experiment controller) to federate this machine.
    103111
    104 To make that operative, use the [FeddABAC#access_to_abac.py access_to_abac.py] command to create the ABAC database:
     112To make that operative, use the [wiki:FeddABAC#access_to_abac.py access_to_abac.py] command to create the ABAC database:
    105113
    106114{{{