Procedure
- Login to the Delphix UI using Delphix Administrator credentials.
- Click Manage.
- Select Environments.
- Click on the existing environment name you want to modify and open the environment information screen.
- Under Basic Information, click the green Plus icon to add a user.
Enter the Username and Password for the OS user in that environment.
Using Public Key Encryption -- For Unix-Based Environments
If you want to use public key encryption for logging into your environment:- Select Public Key for the Login Type.
- Click View Public Key.
- Copy the public key that is displayed, and append it to the end of your
~/.ssh/authorized_keys
file. If this file does not exist, you will need to create it.- Run
chmod 600 authorized_keys
to enable read and write privileges for your user. - Run
chmod 755 ~
to make your home directory writable only by your user.
- Run
The public key needs to be added only once per user and per environment.
You can also add public key authentication to an environment user's profile by using the command line interface, as explained in the topic CLI Cookbook: Setting Up SSH Key Authentication for UNIX Environment Users.
- Click the Check icon to save the new user.
- To change the primary user for this environment, click the Pencil icon next to Environment Users. Only the primary user will be used for environment discovery.
- To delete a user, click the Trash icon next to their username.