Prerequisites
- Admin access to the folder where you’ll create the account
- Root/sudo access on the target server
- The server must be reachable from your Gateway
Steps
Create the SSH Account
- Go to Privileged Access Management → Accounts and click Add Account
- Select your folder and an SSH template
- Fill in the connection details (host, port, username)
- Set Authentication Method to Certificate
- Click Create
Configure the Server
Open the account you just created. You’ll see a CA Setup section.Verify the setup:
- Automated Setup
- Manual Setup
Copy the setup command from the account page and run it on your server. The script downloads the CA public key, configures sshd to trust it, and restarts the service.
Why Certificates?
- No static credentials to rotate or leak
- Short-lived and valid only for the session
- Per-account CAs so compromising one doesn’t affect others
- Automatic key management for users
Next Steps
Sessions
View SSH session recordings.
Team Access Guide
Grant team access to databases.