Create a Password for the Initial Administrator User Account
If you deployed Tenable OT Security Enterprise Manager in a cloud environment and did not create a password during deployment, you cannot access the Tenable Core interface. Create a password for your administrator account via SSH to access the Tenable Core interface.
You do not need to create a password via SSH when deploying Tenable OT Security Enterprise Manager in any of the other supported environments.
Before you begin:
- Confirm that you have an SSH client installed that can access your Tenable Core server.
To create a password for the initial administrator user account:
-
Open a connection to Tenable Core with your SSH client via one of the following methods:
-
If your SSH client uses a command-line interface (CLI), run the following command:
ssh <your administrator username>@<your Tenable Core hostname or IP address> -
If your SSH client uses a user interface, open the interface and follow the prompts to connect to Tenable Core via SSH.
Tenable Core connects to your SSH client.
Note: When prompted, provide your Tenable Core username via one of the following methods:
- If you deployed in Amazon Web Service (AWS), type ec2-user as your username.
- If you deployed in Microsoft Azure, type the username you configured during your deployment.
-
-
Run the sudo passwd command.
sudo passwd "$USER"The SSH client prompts you to provide a password.
-
Type the password you want to use for your administrator account.
Note: Your password must meet the following minimum requirements:
- Minimum 14 characters long
- Cannot be a palindrome (i.e., a word or phrased spelled the same backward and forward)
-
Press Enter.
Tenable Core assigns the password to your administrator account.
-
Run the exit command to log out of Tenable Core.
What to do next:
- Continue getting started with Tenable Core + Tenable OT Security Enterprise Manager, as described in Get Started.