Changes between Version 4 and Version 5 of FeddDesktop
- Timestamp:
- Sep 10, 2013 11:26:09 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FeddDesktop
v4 v5 36 36 37 37 Be sure to run these commands as root before attempting to create experiments using the desktop plugin. 38 39 sshd must be configured to allow layer 2 tunneling. In {{{/etc/ssh/sshd_config}}} or similar, set: 40 41 {{{ 42 PermitTunnel yes 43 }}} 44 45 And restart sshd. 38 46 39 47 Also 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}}}. … … 102 110 Change {{{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. 103 111 104 To make that operative, use the [ FeddABAC#access_to_abac.py access_to_abac.py] command to create the ABAC database:112 To make that operative, use the [wiki:FeddABAC#access_to_abac.py access_to_abac.py] command to create the ABAC database: 105 113 106 114 {{{