User Management

Considerations for User Management


Part of the HPC Concepts series
Table of Contents

User Authentication

User authentication is usually performed in a server/client setup inside the HPC environment due to the unnecessary overhead of manually maintaining /etc/passwd on a network of nodes. A few options for network user management are:

If the user accounts need to be consistent with accounts on the external network then the master node should have a replica service to the external networks account management system. This will allow the account information to be forwarded to the HPC network, without creating a hard-dependency on an external authentication service.

User Access

It is also worth considering how users will be accessing the system. A few ways that users can be accessing and interacting with the HPC environment are:

If running firewall services within the environment (recommended) then be sure to allow access from the ports used by the selected user access protocols.

Additional Considerations and Questions