OverviewMoonshot-enabling the Linux console is achieved through the use of a PAM module. CompatibilityKeyIn the tables below, the following icons have the following meanings: - - This version of the software has been tested and verified as supporting Moonshot.
- - This version of the software has been tested and verified as not supporting Moonshot.
- - This version of the software has not yet been tested thoroughly and its status is not known. Let us know if you have tried it and whether it worked or not!
Compatibility ListAny versions not listed below have not yet been tested. If you do so, please let us know! OS version | Compatible? | Notes |
---|
CentOS 6 | | | RHEL 6 | | | Scientific Linux 6 | | |
Installation & Configuration How you set up a Moonshot-enabled version of the Linux Console will differ depending on your OS. See the relevant pages for your particular distribution: - CentOS 6
- RHEL 6
- Scientific Linux 6
Next StepsAccount MappingRead our General account mapping advice page before you go any further to get an overview of the general options available for mapping federation provided identities to local accounts.Mapping to an account specified in a SAML attributeMoonshot uses Shibboleth libraries to parse RADIUS and SAML attributes - SAML assertions can be embedded inside RADIUS responses by the IdP, allowing an IdP to exercise a very fine-grained authorisation policy. One potential use of this is to allow the Moonshot IdP to specify which account the user should log in to your SSH server as. To do this, it passes across a username in a SAML attribute and your server maps that to a local user account (via local-login-user). Edit /etc/shibboleth/shibboleth2.xml and insert the following lines if they don't exist (note that this should go directly after the opening <SPConfig ... clockSkew="180"> stanza: trueEdit /etc/shibboleth/attribute-map.xml and find the SAML attribute that the Moonshot IdP will be sending you that contains the username. ExampleWe want to map from the incoming SAML2 representation of "eduPersonEntitlement" Change the id of the attribute to "local-login-user". ExampleWe change the attribute defining the SAML2 representation of "eduPersonEntitlement" such that its id becomes "local-login-user" In the standard Moonshot distribution, SSH will look for local-login-user to determine who to authenticate the user as. This attribute mapping will be managed by the XML assertion in the FreeRADIUS reply for a successful authentication.
Further mapping optionsTo Come! Logging into the Linux Console using MoonshotThe user experience of logging into the Linux Console is different to the usual experience when using moonshot (see the warning at the start of this page). To do so, do the following: - At the Linux console login prompt, enter the full NAI of your username (e.g. johnsmith@example.com). Hit return.
- A Password: prompt will show. Enter the password associated with the account. Hit return.
- If successful, you should be logged into the Linux Console as the local user that your account is mapped to (see next section).
Ensure that the account that the user is being mapped to (via whatever method) actually exists beforehand! |